Skip to content

Commit 1bad65b

Browse files
committed
Revert "downgrade pip"
This reverts commit 2f32065.
1 parent 2f32065 commit 1bad65b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ SHELL ["/bin/bash", "--rcfile", "~/.bashrc"]
7979
SHELL ["mamba", "run", "-n", "streamlit-env", "/bin/bash", "-c"]
8080

8181
# Install up-to-date cmake via mamba and packages for pyOpenMS build.
82-
RUN mamba install 'pip<25'
8382
RUN mamba install cmake
8483
RUN pip install --upgrade pip && python -m pip install -U setuptools nose 'Cython<3.1' 'autowrap<0.23' pandas 'numpy==1.26.4' pytest
8584

0 commit comments

Comments
 (0)