Skip to content

Commit

Permalink
Constrain aws sdk (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacWarren authored Feb 5, 2025
1 parent 57d56aa commit 3d86b9c
Show file tree
Hide file tree
Showing 3 changed files with 798 additions and 1,888 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 3d86b9c

Please sign in to comment.