Skip to content

Commit

Permalink
Require updated pip instead of testing --in-tree-build option
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Dec 28, 2021
1 parent 4557f6c commit ce7cfa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG IFLAGS="--quiet --no-cache-dir --user --use-feature=in-tree-build"
ARG IFLAGS="--quiet --no-cache-dir --user"

FROM python:3.9.9-slim-bullseye as build
ARG IFLAGS
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build-system]
requires = [
"pip>=21.3.1",
"setuptools>=57.4.0",
"setuptools_scm[toml]>=4.1.2",
"wheel>=0.35.1",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
),
"numpy>=1.15.4",
"pandas>=0.23.4",
"pip>=21.2.2",
"pip>=21.3.1",
"requests>=2.26.0",
"setuptools>=57.4.0",
"wheel>=0.35.1",
Expand Down

0 comments on commit ce7cfa6

Please sign in to comment.