Skip to content

Commit

Permalink
Constrain aws sdk (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacWarren committed Feb 6, 2025
1 parent 3c4e1bb commit e00f1ba
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 307 deletions.
4 changes: 2 additions & 2 deletions buildscripts/bodo/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ requirements:
- vs2015_runtime # [win]
- vs2015_win-64 # [win]
- requests
- aws-sdk-cpp
- aws-sdk-cpp <=1.11.485
- zstd<=1.5.6
- cloudpickle >=3.0,<4.0

Expand All @@ -73,7 +73,7 @@ requirements:
- vs2015_runtime # [win]
- vs2015_win-64 # [win]
- requests
- aws-sdk-cpp
- aws-sdk-cpp <=1.11.485
- zstd<=1.5.6
- cloudpickle >=3.0,<4.0
- psutil
Expand Down
Loading

0 comments on commit e00f1ba

Please sign in to comment.