Skip to content

Commit

Permalink
Add missing bottleneck package to environments (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait authored Oct 14, 2024
1 parent 561b74a commit 1a8f583
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions AB_environments/AB_baseline.conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dependencies:
- rioxarray ==0.17.0
- h5netcdf ==1.3.0
- xesmf ==0.8.7
- bottleneck ==1.4.1
# End copy-paste

- pip:
Expand Down
1 change: 1 addition & 0 deletions AB_environments/AB_sample.conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies:
- rioxarray ==0.17.0
- h5netcdf ==1.3.0
- xesmf ==0.8.7
- bottleneck ==1.4.1
# End copy-paste

- pip:
Expand Down
1 change: 1 addition & 0 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies:
- rioxarray ==0.17.0
- h5netcdf ==1.3.0
- xesmf ==0.8.7
- bottleneck ==1.4.1

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

0 comments on commit 1a8f583

Please sign in to comment.