Skip to content

Commit f7a7564

Browse files
author
Victor Mbachu
committed
ci: remove redundant gdal pip package and simplify system deps
- gdal Python package requires exact system GDAL version matching - rasterio covers all GDAL functionality we actually use - Simplify CI system deps to libgl1 only (for opencv runtime)
1 parent c3d02c1 commit f7a7564

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install system dependencies
2121
run: |
2222
sudo apt-get update
23-
sudo apt-get install -y libgdal-dev gdal-bin libgl1-mesa-glx
23+
sudo apt-get install -y libgl1
2424
2525
- name: Install dependencies
2626
run: |

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ scikit-learn>=1.0.0
77

88
# Geospatial Data Processing
99
rasterio>=1.3.0
10-
gdal>=3.4.0
1110
geopandas>=0.12.0
1211
shapely>=2.0.0
1312
pyproj>=3.4.0

0 commit comments

Comments
 (0)