Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- botocore>=1.23.0
- beautifulsoup4
- blosc
- bottleneck
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- botocore>=1.23.0
- beautifulsoup4
- blosc
- bottleneck
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- botocore>=1.23.0
- beautifulsoup4
- blosc
- bottleneck
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/circle-38-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- botocore>=1.23.0
- beautifulsoup4
- blosc
- bottleneck
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ dependencies:
- zstandard

# downstream packages
- aiobotocore<2.0.0 # GH#44311 pinned to fix docbuild
- botocore
# - aiobotocore<2.0.0 # GH#44311 pinned to fix docbuild
- botocore>=1.23.0
- cftime
- dask
- ipython
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ xlrd
xlsxwriter
xlwt
zstandard
aiobotocore<2.0.0
botocore
botocore>=1.23.0
cftime
dask
ipython
Expand Down