-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
37 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,4 +32,5 @@ dependencies: | |
- ipywidgets=7.5 | ||
- pandas=1.1 | ||
- numpy=1.18 | ||
- scipy=1.5 | ||
- scipy=1.5 | ||
- packaging=20.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,4 +32,5 @@ dependencies: | |
- ipywidgets=7.5 | ||
- pandas=1.1 | ||
- numpy=1.18 | ||
- scipy=1.5 | ||
- scipy=1.5 | ||
- packaging=20.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
xarray>=0.15.1 | ||
scipy>=1.1.0 | ||
scikit-learn<2.0 # Using 'preprocessing.LabelEncoder()' in xarray accessor, used by filters | ||
netCDF4<1.5.9 | ||
dask>=2.9 # This could go away ? | ||
xarray>=0.16 | ||
scipy>=1.5 | ||
scikit-learn>=0.23 #<2.0 # Using 'preprocessing.LabelEncoder()' in xarray accessor, used by filters | ||
netCDF4>=1.5.3 #<1.5.9 | ||
dask>=2.3 # This could go away ? | ||
toolz>=0.8.2 | ||
erddapy>=0.6 # This could go away ? | ||
fsspec>=0.7.4 | ||
erddapy>=0.7 # This could go away ? | ||
fsspec>=0.8 | ||
gsw<=3.4.0 # Used by xarray accessor to compute new variables, so not necessary to core functionalities | ||
aiohttp>=3.6.2 | ||
packaging>= 20.4 # Using 'version' to make API compatible with several fsspec releases | ||
aiohttp>=3.7 | ||
packaging>=20.4 # Using 'version' to make API compatible with several fsspec releases |