Skip to content

Commit

Permalink
Update pillow version constraint and adjust scipy, matplotlib, and qi…
Browse files Browse the repository at this point in the history
…skit dependencies
  • Loading branch information
dxns-hub committed Dec 5, 2024
1 parent 61dfc61 commit c8b5e9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mpmath==1.3.0
numpy>=1.24.0,<1.25.0
packaging==24.2
pbr==6.1.0
pillow==11.0.0
pillow>=9.0.0,<10.0.0
pyparsing==3.2.0
python-dateutil==2.9.0.post0
qiskit==1.3.0
Expand Down
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
install_requires=[
# List of dependencies
"numpy>=1.24.0,<1.25.0",
"scipy>=1.13.1",
"matplotlib>=3.7.0,<3.8.0",
"qiskit>=1.3.0",
"scipy>=1.7.0,<1.8.0",
"matplotlib>=3.5.0,<3.6.0",
"qiskit>=0.34.0,<0.35.0",
"pillow>=9.0.0,<10.0.0",
],
)
)

0 comments on commit c8b5e9c

Please sign in to comment.