We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c55eee commit 083d030Copy full SHA for 083d030
Dockerfile
@@ -8,6 +8,6 @@ RUN apt-get install -y build-essential
8
RUN apt-get install -y libhdf5-dev
9
10
RUN python -m pip install --upgrade pip
11
-RUN python -m pip install --use-deprecated=legacy-resolver \
+RUN python -m pip install \
12
-r https://raw.githubusercontent.com/pandas-dev/pandas/main/requirements-dev.txt
13
CMD ["/bin/bash"]
0 commit comments