Skip to content

Commit

Permalink
fix: update dependencies for NBI Build
Browse files Browse the repository at this point in the history
fix: update dependencies for NBI Build
  • Loading branch information
virajvchaudhari authored Jan 31, 2023
2 parents e34c1c1 + eda202d commit ed8a5ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
packages=find_namespace_packages(where="src", exclude=("test",)),
package_dir={"": "src"},
install_requires=[
"amazon-braket-sdk",
"sympy",
"scipy>=1.5.3",
"pennylane<=0.27.0",
"amazon-braket-sdk>=1.35.1",
"scipy>=1.5.2",
"pennylane>=0.25.1,<=0.27.0",
"openfermion==1.0.0",
],
extras_require={
Expand Down

0 comments on commit ed8a5ae

Please sign in to comment.