Skip to content

Commit

Permalink
update xarray and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored May 16, 2024
1 parent 3be7bb1 commit 92d9abb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dependencies:

# Core scientific python stack
- cython==0.29.32 # optimization, C API access
- flox~=0.9.7 # optimization, xarray operations
- hypothesis==6.58.0 # needed by numpy testing tools
- networkx==2.8.8
- numba~=0.58.1 # high-performance numerics
Expand All @@ -62,7 +63,7 @@ dependencies:
- scipy==1.9.3
- statsmodels==0.13.5
- sympy~=1.12
- xarray>=2023.05.0
- xarray>=2024.05.0

# Visualization packages
- bokeh~=3.2.2
Expand All @@ -80,15 +81,16 @@ dependencies:
- geopandas~=0.13.2
- pygmt~=0.10.0
- rasterio~=1.3
- rioxarray~=0.14.1
- xarray-datatree~=0.0.12
- rioxarray~=0.15.5
- xarray-datatree~=0.0.14

# File formats and file management, download, dataset caching
- h5py~=3.8
- hdf5~=1.14
- h5netcdf==1.1.0
- h5netcdf~=1.3.0
- nco~=5.1.6
- pooch==1.6.0
- zarr~=2.18

# Cloud access tools and libraries
- awscli~=1.27.76
Expand Down

0 comments on commit 92d9abb

Please sign in to comment.