Skip to content

Commit

Permalink
Pin pip dependency for pip-tools compatibility
Browse files Browse the repository at this point in the history
Incompatibility is in pip 23.1 with install_options detailed at jazzband/pip-tools#1828
  • Loading branch information
phillipuniverse committed Jun 8, 2023
1 parent f02c51c commit 62824f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/helpers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pip>=21.3.1,<23.2.0 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
pip>=21.3.1,<23.0.1 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
# Range also maintains pip-tools compatibility. pip-tools 6.13.0 is required for pip > 23.1
pip-tools>=6.4.0,<=6.12.3 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
hashin==0.17.0
pipenv==2022.4.8
Expand Down

0 comments on commit 62824f2

Please sign in to comment.