Skip to content

Commit

Permalink
Merge branch 'develop' into feature/choimix_unitary_synth2
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Apr 4, 2024
2 parents 0f309f3 + 9a1d082 commit e9dce96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pytket/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Fixes:
targets.
* When adding operations to a circuit, check for invalid wires before adding a
vertex to the circuit.
* Restrict scipy version to 1.12.x to avoid quimb-related errors from zx module.

1.26.0 (March 2024)
-------------------
Expand Down
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 e9dce96

Please sign in to comment.