File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 29
29
matrix :
30
30
os : [ubuntu-latest]
31
31
env :
32
+ - ci/envs/310-minimal.yaml
32
33
- ci/envs/310-no-optional-deps.yaml
33
- - ci/envs/39-minimal.yaml
34
34
- ci/envs/311-no-expr.yaml
35
35
- ci/envs/311-latest.yaml
36
36
- ci/envs/311-latest-no-expr.yaml
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 0.4.3 (January, 2025)
5
+ ----------------------------------
6
+
7
+ Packaging:
8
+
9
+ - ` dask>=2025.1.0 ` is now required.
10
+ - ` python>=3.10 ` is now required.
11
+
12
+
4
13
Version 0.4.2 (September 24, 2024)
5
14
----------------------------------
6
15
Original file line number Diff line number Diff line change
1
+ name : test
2
+ channels :
3
+ - conda-forge
4
+ dependencies :
5
+ # required dependencies
6
+ - python=3.10
7
+ - dask
8
+ - geopandas
9
+ - pyproj
10
+ - packaging
11
+ # test dependencies
12
+ - pytest
13
+ - pytest-cov
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ classifiers = [
30
30
" Topic :: Scientific/Engineering :: GIS" ,
31
31
" Topic :: System :: Distributed Computing" ,
32
32
]
33
- requires-python = " >=3.9 "
33
+ requires-python = " >=3.10 "
34
34
dependencies = [
35
35
" geopandas>=0.12" ,
36
36
" shapely>=2.0" ,
You can’t perform that action at this time.
0 commit comments