Skip to content

Commit 30cfc7b

Browse files
authored
remove scipy dependency (#126)
1 parent c33a771 commit 30cfc7b

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)