Skip to content

Commit

Permalink
[HOTFIX] Restrict SciPy to < 1.13 due to breaking Qutip (#668)
Browse files Browse the repository at this point in the history
* [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
2 people authored and a-corni committed Apr 3, 2024
1 parent 85615c5 commit 6aedfaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18dev3
0.18dev4
2 changes: 1 addition & 1 deletion pulser-simulation/requirements.txt
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

0 comments on commit 6aedfaa

Please sign in to comment.