Skip to content

Commit

Permalink
[build] Fix base OS compilation issue caused by incompatibility with …
Browse files Browse the repository at this point in the history
…requests >= 2.29.0.

- Pin urllib to older version from 2.0.0

Signed-off-by: Oleksandr Ivantsiv <oivantsiv@nvidia.com>
Co-authored-by: davidza@nvidia.com
  • Loading branch information
oleksandrivantsiv committed May 5, 2023
1 parent d1f307d commit bfcaa8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
},
install_requires=[
'click==7.0',
'urllib3<2',
'click-log>=0.3.2',
'docker>=4.4.4',
'docker-image-py>=0.1.10',
Expand Down

0 comments on commit bfcaa8c

Please sign in to comment.