Skip to content

Commit 50acb55

Browse files
author
nicolasK
committed
fix(requirements)
1 parent 44bcb6e commit 50acb55

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pytest-dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
strategy:
1111
matrix:
1212
os:
13+
- windows-latest
1314
- ubuntu-latest
1415
python-version:
1516
- "3.12"
17+
- "3.11"
1618
- "3.10"
1719
runs-on: ${{ matrix.os }}
1820
steps:

requirements_dev.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ channels:
33
- conda-forge
44
dependencies:
55
- python>=3.10
6-
- numpy
6+
- numpy>=2.2
77
- pandas
8+
- pystac>=1.12.1
89
- libtiff
910
- gdal
10-
- geopandas
11+
- geopandas>=1
1112
- dask>=2024.4
1213
- shapely
1314
- xarray>=2024.7.0

0 commit comments

Comments
 (0)