Skip to content

Commit 544c7b9

Browse files
committed
change version of scipy, depending
1 parent dda63c8 commit 544c7b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ install_requires =
2727
numpy>=1.8.0,<2.0; python_version == "3.9" and extra == 'stan'
2828
numpy>=1.8.0; python_version != "3.9" or extra != 'stan'
2929
pandas
30-
scipy
30+
scipy<1.13; python_version == "3.9" and extra == 'stan'
31+
scipy; python_version != "3.9" or extra != 'stan'
3132
sympy
3233
wrapt
3334
packages = find:

0 commit comments

Comments
 (0)