Skip to content

Commit b141d9e

Browse files
committed
resolve pysal#475
1 parent 131483a commit b141d9e

File tree

4 files changed

+14
-42
lines changed

4 files changed

+14
-42
lines changed

.github/workflows/testing.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
matrix:
2626
os: [ubuntu-latest]
2727
environment-file: [
28-
ci/310-oldest.yaml,
29-
ci/310-latest.yaml,
28+
ci/311-oldest.yaml,
3029
ci/311-latest.yaml,
3130
ci/312-latest.yaml,
3231
ci/313-latest.yaml,

ci/310-latest.yaml

-27
This file was deleted.

ci/310-oldest.yaml renamed to ci/311-oldest.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: test
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.10
5+
- python=3.11
66
- geopandas=0.12
77
- libpysal=4.6
88
- 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
1414
- shapely=2.0.1
1515
- spaghetti=1.6.4
1616
- tqdm=4.63

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ classifiers = [
2424
"Intended Audience :: Science/Research",
2525
"Topic :: Scientific/Engineering :: GIS",
2626
]
27-
requires-python = ">=3.10"
27+
requires-python = ">=3.11"
2828
dependencies = [
2929
"geopandas>=0.12",
3030
"libpysal>=4.6",
3131
"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",
3535
"pulp>=2.7",
36-
"scikit-learn>=1.1",
37-
"scipy>=1.8",
36+
"scikit-learn>=1.3",
37+
"scipy>=1.11",
3838
"shapely>=2.0.1",
3939
"spaghetti>=1.6.4",
4040
"tqdm>=4.63.0",
@@ -67,7 +67,7 @@ notebooks = [
6767
"folium",
6868
"glpk",
6969
"inequality",
70-
"matplotlib>=3.6",
70+
"matplotlib>=3.8",
7171
"matplotlib-scalebar",
7272
"overpy",
7373
"routingpy",

0 commit comments

Comments
 (0)