Skip to content

Commit 5cc7fe2

Browse files
committed
bump oldest dependency version - pysal#715
1 parent 6b31f09 commit 5cc7fe2

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

ci/envs/311-oldest.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.11
6-
- geopandas=0.14
6+
- geopandas=1.0
77
- inequality
88
- libpysal=4.12.0
99
- mapclassify
10-
- networkx=3.2
11-
- numpy=1.25
10+
- networkx=3.3
11+
- numpy=2.0
1212
- packaging
13-
- pandas=2.0
13+
- pandas=2.2
1414
- shapely=2.0
15-
- tqdm=4.65
15+
- tqdm=4.67
1616
- numba=0.58
1717
- fiona=1.10
1818
# testing

docs/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ Dependencies
8484

8585
Required dependencies:
8686

87-
- `geopandas`_ (>= 0.12.0)
87+
- `geopandas`_ (>= 1.0)
8888
- `libpysal`_ (>= 4.12.0)
8989
- `networkx`_
9090
- `tqdm`_
9191

9292
Some functions also depend on additional packages, which are optional:
9393

94-
- `mapclassify`_ (>= 2.4.2)
94+
- `mapclassify`_
9595
- `inequality`_
9696
- `numba`_
9797
- `esda`_
@@ -111,7 +111,7 @@ Some functions also depend on additional packages, which are optional:
111111

112112
.. _numba: https://numba.pydata.org
113113

114-
.. _tqdm: http://networkx.github.io
114+
.. _tqdm: https://tqdm.github.io
115115

116116
.. _pysal: http://pysal.org
117117

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ classifiers = [
3434
]
3535
requires-python = ">=3.11"
3636
dependencies = [
37-
"geopandas>=0.14.0",
37+
"geopandas>=1.0",
3838
"libpysal>=4.12.0",
39-
"networkx>=3.2",
39+
"networkx>=3.3",
40+
"numpy>=2.0",
4041
"packaging",
41-
"pandas>=2.0",
42-
"shapely>=2",
43-
"tqdm>=4.65",
42+
"pandas>=2.2",
43+
"shapely>=2.0",
44+
"tqdm>=4.67",
4445
]
4546

4647
[project.urls]
@@ -49,7 +50,7 @@ Repository = "https://github.com/pysal/momepy"
4950

5051
[project.optional-dependencies]
5152
plus = [
52-
"numba",
53+
"numba>=0.58",
5354
"inequality",
5455
"mapclassify",
5556
"esda",

0 commit comments

Comments
 (0)