File tree Expand file tree Collapse file tree 4 files changed +44
-12
lines changed
Expand file tree Collapse file tree 4 files changed +44
-12
lines changed Original file line number Diff line number Diff line change 2525 matrix :
2626 os : [ubuntu-latest]
2727 environment-file : [
28+ ci/311-oldest.yml,
2829 ci/311.yml,
2930 ci/312.yml,
3031 ci/313.yml,
Original file line number Diff line number Diff line change 1+ name : test
2+ channels :
3+ - conda-forge
4+ dependencies :
5+ - python=3.11
6+ - jupyterlab
7+ - dask
8+ - dask-geopandas
9+ - numpy=2.0
10+ - geopandas=1.0
11+ - pandas=2.2
12+ - numpy
13+ - rasterio=1.4
14+ - rasterstats=0.20
15+ - statsmodels=0.14
16+ - scikit-learn
17+ - scipy=1.13
18+ - libpysal=4.10
19+ - tqdm=4.67
20+ - codecov
21+ - pytest
22+ - pytest-mpl
23+ - pytest-cov
24+ - pytest-xdist
25+ - coverage
26+ - twine
27+ - pip
28+ - h3-py
29+ - joblib=1.4
30+ - astropy
31+ - mapclassify
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
66 - dask
77 - jupyterlab
88 - numpy
9- - geopandas >=0.13
9+ - geopandas
1010 - pandas
1111 - numpy
1212 - rasterio
Original file line number Diff line number Diff line change @@ -28,18 +28,18 @@ classifiers = [
2828 " Intended Audience :: Science/Research" ,
2929 " Topic :: Scientific/Engineering :: GIS" ,
3030]
31- requires-python = " >=3.9 "
31+ requires-python = " >=3.11 "
3232dependencies = [
33- " numpy " ,
34- " pandas " ,
35- " geopandas >=0.13 " ,
36- " rasterio " ,
37- " scipy " ,
38- " statsmodels " ,
39- " rasterstats" ,
40- " libpysal " ,
41- " tqdm " ,
42- " joblib "
33+ " geopandas>=1.0 " ,
34+ " joblib>=1.4 " ,
35+ " libpysal>=4.10 " ,
36+ " numpy>=2.0 " ,
37+ " pandas>=2.2 " ,
38+ " rasterio>=1.4 " ,
39+ " rasterstats>=0.20 " ,
40+ " scipy>=1.13 " ,
41+ " statsmodels>=0.14 " ,
42+ " tqdm>=4.67 " ,
4343]
4444
4545[project .urls ]
You can’t perform that action at this time.
0 commit comments