Skip to content

Commit

Permalink
Iss332 (#334)
Browse files Browse the repository at this point in the history
* update packages

* update env

* allow earlier versions

* Add daily mean ecco dataset to catalog (#333)

* Add daily mean ecco dataset to catalog

* missing style changes

---------

Co-authored-by: Miguel Jimenez <mjimen17@jhu.edu>
Co-authored-by: MaceKuailv <52629492+MaceKuailv@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 26, 2023
1 parent 4c95c91 commit a0669cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- distributed
- bottleneck
- netCDF4
- xarray
- xarray < 2023.3
- cartopy
- esmpy
- intake-xarray
Expand Down
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- distributed
- bottleneck
- netCDF4
- xarray
- xarray < 2023.3
- cartopy
- intake-xarray
- geopy
Expand Down
5 changes: 3 additions & 2 deletions sciserver_catalogs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ dependencies:
- distributed
- bottleneck
- netCDF4
- xarray
- libnetcdf <= 4.8.1
- xarray < 2023.3
- cartopy
- esmpy
- geopy
Expand Down Expand Up @@ -54,8 +55,8 @@ dependencies:
- imageio
- pre-commit
- xmitgcm
- intake-xarray
- pip:
- black-nb
- numbagg
- git+https://github.com/intake/intake-xarray.git
- git+https://github.com/hainegroup/oceanspy.git

0 comments on commit a0669cc

Please sign in to comment.