File tree 4 files changed +14
-42
lines changed
4 files changed +14
-42
lines changed Original file line number Diff line number Diff line change 25
25
matrix :
26
26
os : [ubuntu-latest]
27
27
environment-file : [
28
- ci/310-oldest.yaml,
29
- ci/310-latest.yaml,
28
+ ci/311-oldest.yaml,
30
29
ci/311-latest.yaml,
31
30
ci/312-latest.yaml,
32
31
ci/313-latest.yaml,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: test
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - python=3.10
5
+ - python=3.11
6
6
- geopandas=0.12
7
7
- libpysal=4.6
8
8
- mapclassify=2.5
9
- - networkx=2.7
10
- - numpy=1.22
11
- - pandas=1.4
12
- - scikit-learn=1.1
13
- - scipy=1.8
9
+ - networkx=3.2
10
+ - numpy=1.23
11
+ - pandas=2.0
12
+ - scikit-learn=1.3
13
+ - scipy=1.11
14
14
- shapely=2.0.1
15
15
- spaghetti=1.6.4
16
16
- tqdm=4.63
Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ classifiers = [
24
24
" Intended Audience :: Science/Research" ,
25
25
" Topic :: Scientific/Engineering :: GIS" ,
26
26
]
27
- requires-python = " >=3.10 "
27
+ requires-python = " >=3.11 "
28
28
dependencies = [
29
29
" geopandas>=0.12" ,
30
30
" libpysal>=4.6" ,
31
31
" mapclassify>=2.5" ,
32
- " networkx>=2.7 " ,
33
- " numpy>=1.22 " ,
34
- " pandas>=1.4,!=1.5 .0" ,
32
+ " networkx>=3.2 " ,
33
+ " numpy>=1.23 " ,
34
+ " pandas>=2 .0" ,
35
35
" pulp>=2.7" ,
36
- " scikit-learn>=1.1 " ,
37
- " scipy>=1.8 " ,
36
+ " scikit-learn>=1.3 " ,
37
+ " scipy>=1.11 " ,
38
38
" shapely>=2.0.1" ,
39
39
" spaghetti>=1.6.4" ,
40
40
" tqdm>=4.63.0" ,
@@ -67,7 +67,7 @@ notebooks = [
67
67
" folium" ,
68
68
" glpk" ,
69
69
" inequality" ,
70
- " matplotlib>=3.6 " ,
70
+ " matplotlib>=3.8 " ,
71
71
" matplotlib-scalebar" ,
72
72
" overpy" ,
73
73
" routingpy" ,
You can’t perform that action at this time.
0 commit comments