Skip to content

Commit 81dd6b3

Browse files
committed
Change Scipy version in setup.py to avoid import issue in CI
1 parent bc69eb3 commit 81dd6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
'xarray',
6060
'tables',
6161
'pvlib==0.8.0',
62-
'scipy',
62+
'scipy<1.9',
6363
'statsmodels',
6464
'jsonschema',
6565
'pytz',

0 commit comments

Comments
 (0)