Skip to content

Commit

Permalink
Hot fix: Update pyproject.toml and requirements for scipy
Browse files Browse the repository at this point in the history
Hot fix for #1906
  • Loading branch information
jamesmkrieger authored Jun 28, 2024
1 parent e189826 commit 36ccf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "numpy>=1.10,<1.25", "pyparsing<=3.1.1", "scipy"]
requires = ["setuptools", "wheel", "numpy>=1.10,<1.25", "pyparsing<=3.1.1", "scipy<=1.13.1"]

0 comments on commit 36ccf5c

Please sign in to comment.