We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb9e9a commit d79d3e3Copy full SHA for d79d3e3
setup.cfg
@@ -27,7 +27,8 @@ install_requires =
27
numpy>=1.8.0,<2.0; python_version == "3.9" and extra == 'stan'
28
numpy>=1.8.0; python_version != "3.9" or extra != 'stan'
29
pandas
30
- scipy
+ scipy<1.13; python_version == "3.9" and extra == 'stan'
31
+ scipy; python_version != "3.9" or extra != 'stan'
32
sympy
33
wrapt
34
packages = find:
0 commit comments