Skip to content

Commit 560d769

Browse files
committed
fix numpy version for python 3.9
1 parent 1603f2e commit 560d769

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
@@ -24,7 +24,8 @@ classifiers =
2424
[options]
2525
python_requires = >= 3.8
2626
install_requires =
27-
numpy>=1.8.0
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'
2829
pandas
2930
scipy
3031
sympy

0 commit comments

Comments
 (0)