Skip to content

Commit

Permalink
Restrict scipy version to < 1.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Apr 4, 2024
1 parent cce17c7 commit 6a3bb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def finalize_options(self):
"sympy ~=1.6",
"numpy >=1.21.4, <2.0",
"lark-parser ~=0.7",
"scipy >=1.7.2, <2.0",
"scipy ~=1.12.0",
"networkx >= 2.8.8",
"graphviz ~= 0.14",
"jinja2 ~= 3.0",
Expand Down

0 comments on commit 6a3bb38

Please sign in to comment.