Skip to content

Commit

Permalink
Fix environment dependencies (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Nov 11, 2024
1 parent 4e55efb commit d0477e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions AB_environments/AB_baseline.conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
# Copy-paste from ci/environment.yml
- pip
- coiled >=0.2.54
- numpy ==1.26.4
- numpy ==2.0
- pandas ==2.2.2
- dask ==2024-07.1
- distributed ==2024-07.1
Expand All @@ -19,7 +19,7 @@ dependencies:
- fsspec ==2024.6.1
- s3fs ==2024.6.1
- gcsfs ==2024.6.1
- pyarrow ==15.0.0
- pyarrow ==18.0.0
- jupyterlab ==4.2.4
- lz4 ==4.3.3
- ipywidgets ==8.1.3
Expand All @@ -46,6 +46,7 @@ dependencies:
- gilknocker ==0.4.1
- openssl >1.1.0g
- rioxarray ==0.17.0
- rasterio >=1.4.0
- h5netcdf ==1.3.0
- xesmf ==0.8.7
- bottleneck ==1.4.1
Expand Down
5 changes: 3 additions & 2 deletions AB_environments/AB_sample.conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
# Copy-paste from ci/environment.yml
- pip
- coiled >=0.2.54
- numpy ==1.26.4
- numpy ==2.0
- pandas ==2.2.2
- dask ==2024-07.1
- distributed ==2024-07.1
Expand All @@ -25,7 +25,7 @@ dependencies:
- fsspec ==2024.6.1
- s3fs ==2024.6.1
- gcsfs ==2024.6.1
- pyarrow ==15.0.0
- pyarrow ==18.0.0
- jupyterlab ==4.2.4
- lz4 ==4.3.3
- ipywidgets ==8.1.3
Expand All @@ -52,6 +52,7 @@ dependencies:
- gilknocker ==0.4.1
- openssl >1.1.0g
- rioxarray ==0.17.0
- rasterio >=1.4.0
- h5netcdf ==1.3.0
- xesmf ==0.8.7
- bottleneck ==1.4.1
Expand Down
4 changes: 2 additions & 2 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- python >=3.10
- pip
- coiled >=0.2.54
- numpy ==1.26.4
- numpy ==2.0
- pandas ==2.2.2
- dask ==2024-07.1
- distributed ==2024-07.1
Expand All @@ -21,7 +21,7 @@ dependencies:
- fsspec ==2024.6.1
- s3fs ==2024.6.1
- gcsfs ==2024.6.1
- pyarrow ==15.0.0
- pyarrow ==18.0.0
- jupyterlab ==4.2.4
- lz4 ==4.3.3
- ipywidgets ==8.1.3
Expand Down

0 comments on commit d0477e9

Please sign in to comment.