Skip to content

Commit 2ba476f

Browse files
committed
add mapclassify>=2.5 pin
1 parent 481ba3b commit 2ba476f

8 files changed

+15
-13
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ pip install git+https://github.com/pysal/giddy
7373

7474
#### Requirements
7575

76-
- scipy>=1.3.0
77-
- libpysal>=4.0.1
78-
- mapclassify>=2.1.1
79-
- esda>=2.1.1
80-
- quantecon>=0.4.7
76+
- scipy>=1.8
77+
- libpysal>=4.8
78+
- mapclassify>=2.5
79+
- esda>=2.4
80+
- quantecon>=0.7
8181

8282
Contribute
8383
--------------

ci/310-latest.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies:
66
# required
77
- esda
88
- libpysal
9+
- mapclassify
910
- quantecon
1011
- scipy
1112
- splot

ci/310-oldest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ channels:
44
dependencies:
55
- python=3.10
66
# required
7-
# required
87
- esda=2.4
98
- libpysal=4.8
9+
- mapclassify=2.5
1010
- quantecon=0.7
1111
- scipy=1.8
1212
- splot

ci/311-latest.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies:
66
# required
77
- esda
88
- libpysal
9+
- mapclassify
910
- quantecon
1011
- scipy
1112
- splot

ci/312-dev.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ dependencies:
55
- python=3.12
66
# required
77
- pip
8-
- quantecon
98
# testing
109
- codecov
1110
- ipywidgets
1211
- matplotlib
13-
- pandas
1412
- pytest
1513
- pytest-cov
1614
- pytest-xdist
@@ -24,9 +22,10 @@ dependencies:
2422
- pandas
2523
- scipy
2624
- git+https://github.com/pysal/esda.git@main
27-
- git+https://github.com/geopandas/geopandas.git
25+
- git+https://github.com/geopandas/geopandas.git@main
2826
- git+https://github.com/pysal/libpysal.git@main
2927
- git+https://github.com/pysal/mapclassify.git@main
28+
- git+https://QuantEcon/QuantEcon.py.git@main
3029
- git+https://github.com/pysal/splot.git@main
3130

3231

ci/39-oldest.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies:
66
# required
77
- esda=2.4
88
- libpysal=4.8
9+
- mapclassify=2.5
910
- quantecon=0.7
1011
- scipy=1.8
1112
- splot

environment.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ channels:
33
- conda-forge
44
dependencies:
55
- python
6-
- jupyterlab
76
- esda
7+
- geopandas
8+
- jupyterlab
89
- libpysal
10+
- mapclassify
911
- quantecon
1012
- scipy
11-
- geopandas
1213
- splot
13-
- pip
14-

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ requires-python = ">=3.9"
2525
dependencies = [
2626
"esda>=2.4",
2727
"libpysal>=4.8",
28+
"mapclassify>=2.5"
2829
"quantecon>=0.7",
2930
"scipy>=1.8",
3031
]

0 commit comments

Comments
 (0)