Skip to content

Commit 4b8c5ae

Browse files
authored
Remove unnecessary build requirement (#460)
1 parent 4252e77 commit 4b8c5ae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/docker-gdal.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
4343
- name: Install Python Dependencies
4444
run: |
45-
uv pip install pip wheel
4645
uv pip install -e .[dev,test,geopandas]
4746
4847
- name: Install pyarrow

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[build-system]
22
requires = [
33
"setuptools",
4-
"wheel",
54
"Cython>=0.29",
65
"versioneer[toml]==0.28",
76
# tomli is used by versioneer

0 commit comments

Comments
 (0)