Skip to content

Commit

Permalink
infra: remove numpy constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
math411 authored Apr 18, 2024
1 parent c9ab5c9 commit 3d3d623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
package_dir={"": "src"},
install_requires=[
"amazon-braket-sdk>=1.35.1",
"numpy<=1.26.3",
"numpy",
"openfermion>=1.5.1",
"pennylane>=0.29.1",
"scipy>=1.5.2",
Expand Down

0 comments on commit 3d3d623

Please sign in to comment.