We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3ba74d + 5c4f7dd commit 21ff3a2Copy full SHA for 21ff3a2
requirements.txt
@@ -9,7 +9,7 @@ lxml
9
scikit-learn
10
NREL-rex>=0.2.63
11
six>=1.13.0
12
-netCDF4
+netCDF4<=1.5.8
13
xarray
14
statsmodels
15
dolfyn>=1.0.0
setup.py
@@ -28,7 +28,7 @@
28
'scikit-learn',
29
'NREL-rex>=0.2.63',
30
'six>=1.13.0',
31
- 'netCDF4',
+ 'netCDF4<=1.5.8',
32
'xarray',
33
'statsmodels',
34
'pytz',
0 commit comments