Skip to content

Commit c541628

Browse files
author
nicolasK
committed
rm(macos-test)
1 parent b9d181f commit c541628

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/pytest-prod.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
os:
1212
- ubuntu-latest
1313
- windows-latest
14-
- macos-latest
1514
python-version:
1615
- "3.10"
1716
- "3.11"

requirements.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ channels:
44
- defaults
55
dependencies:
66
- numpy
7-
- libtiff
87
- python>=3.10
98
- gdal>=3.7.0
109
- pandas>=2

requirements_dev.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- python>=3.10
66
- numpy
77
- pandas
8-
- libtiff
98
- gdal>=3.7.0
109
- geopandas>=0.11
1110
- shapely

0 commit comments

Comments
 (0)