Skip to content

Commit b107e5e

Browse files
committed
Pin scipy<1.17 to work around ARC incompatibility
1 parent a256cfd commit b107e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requires-python = ">= 3.8"
3636
dependencies = [
3737
"arc-alkali-rydberg-calculator>=3.5.0",
3838
"numpy",
39-
"scipy>=0.19.1",
39+
"scipy>=0.19.1, <1.17",
4040
"leveldiagram>=0.3.1",
4141
"networkx",
4242
"psutil",

0 commit comments

Comments
 (0)