forked from azavea/raster-vision
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump awscli version to fix cython-related build bug
See aws/aws-cli#8036 and yaml/pyyaml#724.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
rastervision_pipeline==0.20.3-dev | ||
boto3==1.26.157 | ||
awscli==1.27.157 | ||
boto3==1.28.8 | ||
awscli==1.29.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
rastervision_pipeline==0.20.3-dev | ||
boto3==1.26.157 | ||
awscli==1.27.157 | ||
boto3==1.28.8 | ||
awscli==1.29.8 | ||
tqdm==4.65.0 | ||
|