Skip to content

Commit 4c536a5

Browse files
committed
fix statsmodels incompatability with newer version of scipy
1 parent 1d9812f commit 4c536a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extras/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ dependencies:
2727
- plotly>=6.0.1
2828
- requests=2.32.3
2929
- statsmodels=0.14.4
30+
# https://github.com/statsmodels/statsmodels/issues/9584#issuecomment-2994905188
31+
- scipy<1.16.0
3032
## supporting packages for notebooks ##
3133
# makes kernel available in JupyterHub
3234
- ipykernel

0 commit comments

Comments
 (0)