File tree Expand file tree Collapse file tree 6 files changed +46
-10
lines changed
Expand file tree Collapse file tree 6 files changed +46
-10
lines changed Original file line number Diff line number Diff line change 2929 - name : setup micromamba
3030 uses : mamba-org/setup-micromamba@v2
3131 with :
32- environment-file : ci/envs/313 -latest.yaml
32+ environment-file : ci/envs/314 -latest.yaml
3333 create-args : >-
3434 mypy
3535
Original file line number Diff line number Diff line change 3030 - name : setup micromamba
3131 uses : mamba-org/setup-micromamba@v2
3232 with :
33- environment-file : ci/envs/313 -latest.yaml
33+ environment-file : ci/envs/314 -latest.yaml
3434
3535 - name : Install momepy
3636 run : pip install .
Original file line number Diff line number Diff line change 2727 - name : setup micromamba
2828 uses : mamba-org/setup-micromamba@v2
2929 with :
30- environment-file : ci/envs/313 -latest.yaml
30+ environment-file : ci/envs/314 -latest.yaml
3131
3232 - name : Install momepy
3333 run : pip install .
Original file line number Diff line number Diff line change @@ -33,13 +33,14 @@ jobs:
3333 - ci/envs/311-latest.yaml
3434 - ci/envs/312-latest.yaml
3535 - ci/envs/313-latest.yaml
36- - ci/envs/313-dev.yaml
36+ - ci/envs/314-dev.yaml
37+ - ci/envs/314-latest.yaml
3738 include :
38- - environment-file : ci/envs/313 -latest.yaml
39+ - environment-file : ci/envs/314 -latest.yaml
3940 os : macos-15-intel # Intel
40- - environment-file : ci/envs/313 -latest.yaml
41+ - environment-file : ci/envs/314 -latest.yaml
4142 os : macos-latest # Apple Silicon
42- - environment-file : ci/envs/313 -latest.yaml
43+ - environment-file : ci/envs/314 -latest.yaml
4344 os : windows-latest
4445 - environment-file : ci/envs/313-min.yaml
4546 os : ubuntu-latest
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: test
33channels :
44 - conda-forge
55dependencies :
6- - python=3.13
6+ - python=3.14
77 - packaging
88 - tqdm
99 - numba
@@ -18,13 +18,13 @@ dependencies:
1818 https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
1919 --extra-index-url \
2020 https://pypi.org/simple
21+ - osmnx
2122 - pandas
23+ - scikit-learn
2224 - shapely
2325 - git+https://github.com/geopandas/geopandas.git
2426 - git+https://github.com/pysal/libpysal.git
2527 - git+https://github.com/networkx/networkx.git
2628 - git+https://github.com/pysal/mapclassify.git
2729 - git+https://github.com/pysal/esda.git
2830 - git+https://github.com/pysal/inequality.git
29- - osmnx
30- - scikit-learn
Original file line number Diff line number Diff line change 1+ name : test
2+ channels :
3+ - conda-forge
4+ dependencies :
5+ - python=3.14
6+ - geopandas
7+ - inequality
8+ - libpysal>=4.12.0
9+ - mapclassify
10+ - networkx
11+ - osmnx
12+ - packaging
13+ - pandas!=1.5.0
14+ - shapely>=2
15+ - esda
16+ - tqdm
17+ - numba
18+ - rioxarray
19+ - xvec
20+ # testing
21+ - codecov
22+ - pytest
23+ - pytest-cov
24+ # user guide testing
25+ - dask
26+ - inequality
27+ - jupyter
28+ - matplotlib
29+ - osmnx
30+ - clustergram
31+ - bokeh
32+ - geopy
33+ - ipywidgets
34+ - Iprogress
35+ - pytest-doctestplus
You can’t perform that action at this time.
0 commit comments