Skip to content

Commit

Permalink
Restrict scipy version to avoid breaking qutip (#540)
Browse files Browse the repository at this point in the history
* Restrict `scipy` version to avoid conflict with `qutip`

* Bump to version 0.13.2

* Add comment to requirements
  • Loading branch information
HGSilveri authored Jun 26, 2023
1 parent 82e2547 commit ee85197
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.13.1
0.13.2
2 changes: 1 addition & 1 deletion pulser-core/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ jsonschema
matplotlib
# Numpy 1.20 introduces type hints, 1.24.0 breaks matplotlib < 3.6.1
numpy >= 1.20, != 1.24.0
scipy
scipy < 1.11 # TODO: Remove once it is supported by qutip

0 comments on commit ee85197

Please sign in to comment.