Skip to content

Commit 595c99b

Browse files
committed
remove scipy dependency
1 parent 39f579d commit 595c99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ python_requires = >= 3.8
3939
install_requires =
4040
numpy>=1.8.0
4141
pandas
42-
scipy<1.13.0 # https://github.com/arviz-devs/arviz/issues/2336
42+
scipy
4343
sympy
4444
wrapt
4545
packages = find:

0 commit comments

Comments
 (0)