Skip to content

Commit

Permalink
Merge branch 'main' into renew_gpu_binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorii authored Jul 5, 2023
2 parents ba06c61 + a052ccf commit d328d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
if "cu11" in PACKAGE_NAME:
requirements = [
"qiskit-terra>=0.21.0",
"numpy>=1.16.3",
"numpy>=1.16.3,<1.25",
"scipy>=1.0",
"nvidia-cuda-runtime-cu11>=11.8.89",
"nvidia-cublas-cu11>=11.11.3.6",
Expand All @@ -29,7 +29,7 @@
else:
requirements = [
"qiskit-terra>=0.21.0",
"numpy>=1.16.3",
"numpy>=1.16.3,<1.25",
"scipy>=1.0",
"nvidia-cuda-runtime-cu12>=12.1.105",
"nvidia-cublas-cu12>=12.1.3.1",
Expand Down

0 comments on commit d328d26

Please sign in to comment.