Skip to content

Commit

Permalink
Pin numpy<2 and scipy<1.14 (#624)
Browse files Browse the repository at this point in the history
* pin numpy<2

* pin scipy<1.14

* fix a docstring
  • Loading branch information
t-imamichi authored Jul 22, 2024
1 parent c190367 commit dd2ba85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qiskit_optimization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
:toctree: ../stubs/
:nosignatures:
~qiskit_optimization.infinity.INFINITY
~infinity.INFINITY
Submodules
==========
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
qiskit>=0.44
qiskit-algorithms>=0.2.0
scipy>=1.9.0
numpy>=1.17
scipy>=1.9.0,<1.14
numpy>=1.17,<2
docplex>=2.21.207,!=2.24.231
setuptools>=40.1.0
networkx>=2.6.3

0 comments on commit dd2ba85

Please sign in to comment.