Skip to content

Commit

Permalink
Remove wheel from build-system.requires
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jun 3, 2024
1 parent 9adab26 commit 50a35c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/examples/minimal_build/build_venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ source $WORKDIR/venv/bin/activate
git config --global --add safe.directory $ARROW_ROOT

pip install -r $ARROW_ROOT/python/requirements-build.txt
pip install wheel

#----------------------------------------------------------------------
# Build C++ library
Expand Down
1 change: 0 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ requires = [
# versions released after 2022
"setuptools_scm[toml]>=8",
"setuptools>=64",
"wheel"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 50a35c1

Please sign in to comment.