Skip to content

Commit

Permalink
Fix boto3 dependency (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedingber committed Oct 21, 2020
1 parent e9d576f commit 7bdbf3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ urllib3>=1.24.2, <1.25
GitPython>=2.1.0
# required by google-auth
aiohttp<4.0.0dev,>=3.6.2
boto3>=1.9
# In 1.16 boto3 requires botocore >=1.19.0 which requires urllib3>=1.25.4,<1.26 which conflicting with our dependencies
boto3>=1.9, <1.16
# ==7.0 from kfp
click==7.0
# this is the pipelines version running in 2.8/2.10 iguazio system, for now locking it to this version
Expand Down

0 comments on commit 7bdbf3e

Please sign in to comment.