We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e751e32 commit 6d269a6Copy full SHA for 6d269a6
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