Skip to content

Commit

Permalink
update pyqir version (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored Oct 19, 2023
1 parent 6d5d1fe commit 6221ecc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__extension_version__ = "0.4.0"
__extension_version__ = "0.5.0"
__extension_name__ = "pytket-qir"
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
~~~~~~~~~

0.5.0 (unreleased)
------------------

* Updated pyqir version requirement to 0.9.0.
* removed depencency of pyqir-generator, pyqir-evaluator and pyqir-parser

0.4.0 (October 2023)
--------------------

Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@
include_package_data=True,
install_requires=[
"pytket ~= 1.21",
"pyqir == 0.8.2",
"pyqir-generator == 0.7.0",
"pyqir-evaluator == 0.7.0",
"pyqir-parser == 0.7.0",
"pyqir == 0.9.0",
],
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit 6221ecc

Please sign in to comment.