-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HOTFIX] Restrict SciPy to < 1.13 due to breaking Qutip (#668)
* [FIX] Restrict SciPy to <1.13 due to qutip error * [BUMP] version to 0.17.4 --------- Co-authored-by: Aleksander Wennersteen <aleksnader.wennersteen@pasqal.com>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.18dev3 | ||
0.18dev4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
qutip~=4.7.5 | ||
# This is needed until qutip fixes the incompatibility with scipy 1.12 | ||
scipy | ||
scipy<1.13 |