File tree 8 files changed +15
-13
lines changed
8 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ pip install git+https://github.com/pysal/giddy
73
73
74
74
#### Requirements
75
75
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
81
81
82
82
Contribute
83
83
--------------
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ dependencies:
6
6
# required
7
7
- esda
8
8
- libpysal
9
+ - mapclassify
9
10
- quantecon
10
11
- scipy
11
12
- splot
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ channels:
4
4
dependencies :
5
5
- python=3.10
6
6
# required
7
- # required
8
7
- esda=2.4
9
8
- libpysal=4.8
9
+ - mapclassify=2.5
10
10
- quantecon=0.7
11
11
- scipy=1.8
12
12
- splot
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ dependencies:
6
6
# required
7
7
- esda
8
8
- libpysal
9
+ - mapclassify
9
10
- quantecon
10
11
- scipy
11
12
- splot
Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ dependencies:
5
5
- python=3.12
6
6
# required
7
7
- pip
8
- - quantecon
9
8
# testing
10
9
- codecov
11
10
- ipywidgets
12
11
- matplotlib
13
- - pandas
14
12
- pytest
15
13
- pytest-cov
16
14
- pytest-xdist
@@ -24,9 +22,10 @@ dependencies:
24
22
- pandas
25
23
- scipy
26
24
- 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
28
26
- git+https://github.com/pysal/libpysal.git@main
29
27
- git+https://github.com/pysal/mapclassify.git@main
28
+ - git+https://QuantEcon/QuantEcon.py.git@main
30
29
- git+https://github.com/pysal/splot.git@main
31
30
32
31
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ dependencies:
6
6
# required
7
7
- esda=2.4
8
8
- libpysal=4.8
9
+ - mapclassify=2.5
9
10
- quantecon=0.7
10
11
- scipy=1.8
11
12
- splot
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ channels:
3
3
- conda-forge
4
4
dependencies :
5
5
- python
6
- - jupyterlab
7
6
- esda
7
+ - geopandas
8
+ - jupyterlab
8
9
- libpysal
10
+ - mapclassify
9
11
- quantecon
10
12
- scipy
11
- - geopandas
12
13
- splot
13
- - pip
14
-
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ requires-python = ">=3.9"
25
25
dependencies = [
26
26
" esda>=2.4" ,
27
27
" libpysal>=4.8" ,
28
+ " mapclassify>=2.5"
28
29
"quantecon>=0.7",
29
30
"scipy>=1.8",
30
31
]
You can’t perform that action at this time.
0 commit comments