Skip to content

Commit

Permalink
Add suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
thisac committed Jul 12, 2024
1 parent 56df4d6 commit d730ac0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dependencies = [
"numpy>=1.24.4",
]
[project.optional-dependencies]
qir = [
"pyqir>=0.8.0,<0.10",
]
qir = [
"pyqir>=0.8.0,<0.10",
]

[project.readme]
file = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# working environment for Python>=3.8,<=3.11
numpy==1.24.4
cython==3.0.6
cython==3.0.10
cgen==2020.1
pyqir==0.9.0

0 comments on commit d730ac0

Please sign in to comment.