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 dda63c8 commit 544c7b9Copy full SHA for 544c7b9
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