Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Nov 28, 2024
1 parent a2174dc commit c3884aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions AB_environments/AB_baseline.conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ channels:
- conda-forge
dependencies:
- python =3.10 # Single '=' means latest patch version available
- memray ==1.13.4
# Copy-paste from ci/environment.yml
- pip
- coiled >=0.2.54
Expand Down Expand Up @@ -45,8 +46,8 @@ dependencies:
- bokeh ==3.5.1
- gilknocker ==0.4.1
- openssl >1.1.0g
- rioxarray ==0.17.0
- rasterio >=1.4.0
- rioxarray ==0.17.0
- h5netcdf ==1.3.0
- xesmf ==0.8.7
- bottleneck ==1.4.1
Expand All @@ -55,7 +56,9 @@ dependencies:
- pystac-client ==0.8.3
- odc-stac ==0.3.10
- adlfs ==2024.7.0
- memray ==1.13.4
# https://github.com/coiled/benchmarks/issues/1616
- cryptography ==44.0.0
- pyopenssl ==24.3.0
# End copy-paste

- pip:
Expand Down
7 changes: 5 additions & 2 deletions AB_environments/AB_sample.conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ channels:
- conda-forge
dependencies:
- python =3.10 # Single '=' means latest patch version available
- memray ==1.13.4
# Copy-paste from ci/environment.yml
- pip
- coiled >=0.2.54
Expand Down Expand Up @@ -51,8 +52,8 @@ dependencies:
- bokeh ==3.5.1
- gilknocker ==0.4.1
- openssl >1.1.0g
- rioxarray ==0.17.0
- rasterio >=1.4.0
- rioxarray ==0.17.0
- h5netcdf ==1.3.0
- xesmf ==0.8.7
- bottleneck ==1.4.1
Expand All @@ -61,7 +62,9 @@ dependencies:
- pystac-client ==0.8.3
- odc-stac ==0.3.10
- adlfs ==2024.7.0
- memray ==1.13.4
# https://github.com/coiled/benchmarks/issues/1616
- cryptography ==44.0.0
- pyopenssl ==24.3.0
# End copy-paste

- pip:
Expand Down
3 changes: 3 additions & 0 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ dependencies:
- pystac-client ==0.8.3
- odc-stac ==0.3.10
- adlfs ==2024.7.0
# https://github.com/coiled/benchmarks/issues/1616
- cryptography ==44.0.0
- pyopenssl ==24.3.0

########################################################
# PLEASE READ:
Expand Down

0 comments on commit c3884aa

Please sign in to comment.