Skip to content

Commit 6d269a6

Browse files
Backport PR #50341 on branch 1.5.x (CI: Use regular solver for docker build) (#50422)
Backport PR #50341: CI: Use regular solver for docker build Co-authored-by: Patrick Hoefler <[email protected]>
1 parent e751e32 commit 6d269a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ RUN apt-get install -y build-essential
88
RUN apt-get install -y libhdf5-dev
99

1010
RUN python -m pip install --upgrade pip
11-
RUN python -m pip install --use-deprecated=legacy-resolver \
11+
RUN python -m pip install \
1212
-r https://raw.githubusercontent.com/pandas-dev/pandas/main/requirements-dev.txt
1313
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)