Skip to content

Commit

Permalink
Update scipy version in requirements.txt and specify dependencies in …
Browse files Browse the repository at this point in the history
…setup.py
  • Loading branch information
dxns-hub committed Dec 5, 2024
1 parent 60fb47b commit 3eb8a4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pyparsing==3.2.0
python-dateutil==2.9.0.post0
qiskit==1.3.0
rustworkx==0.15.1
scipy==1.14.1
scipy==1.13.1
six==1.17.0
stevedore==5.4.0
symengine==0.13.0
Expand Down
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
],
python_requires=">=3.6",
install_requires=[
# List of dependencies
"numpy>=1.26.4",
"scipy>=1.13.1",
"matplotlib>=3.9.3",
"qiskit>=1.3.0",
],
)

0 comments on commit 3eb8a4f

Please sign in to comment.