Skip to content

Commit d79d3e3

Browse files
authored
[FIX] debug python 3.9 (#132)
* debug python 3.9 * Revert "debug python 3.9" This reverts commit 7015168. * change version of scipy, depending on stan
1 parent 5fb9e9a commit d79d3e3

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)