Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin pip #1744

Merged
merged 1 commit into from
Apr 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ RUN pip3 install -U \
# Required by setup.py
setuptools==50.3.2 \
# Still pinned. Needs to be updated like in plenum
'pip<10.0.0' \
'pyzmq==18.1.0'


Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build/Dockerfile.ubuntu-2004
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ RUN pip3 install -U \
# Required by setup.py
setuptools==50.3.2 \
# Still pinned. Needs to be updated like in plenum
'pip<10.0.0' \
'pyzmq==18.1.0'


Expand Down
1 change: 0 additions & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ RUN pip3 install -U \
# Required by setup.py
setuptools==50.3.2 \
# Still pinned. Needs to be updated like in plenum
'pip<10.0.0' \
'pyzmq==18.1.0'


Expand Down
1 change: 0 additions & 1 deletion build-scripts/ubuntu-2004/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ RUN pip3 install -U \
# Required by setup.py
setuptools==50.3.2 \
# Still pinned. Needs to be update like in plenum
'pip<10.0.0' \
'pyzmq==18.1.0'


Expand Down
2 changes: 1 addition & 1 deletion dev-setup/ubuntu/ubuntu-2004/SetupVMTest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
msgpack-python==0.5.6 \
orderedset==2.0.3 \
packaging==20.9 \
pip==9.0.3 \
pip \
pluggy==0.13.1 \
portalocker==2.2.1 \
prompt-toolkit==3.0.16 \
Expand Down