Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
matrix:
os: [ubuntu-latest]
environment-file:
- ci/38.yaml
- ci/38-numba.yaml
- ci/38-minimal.yaml
- ci/38-minimal-numba.yaml
- ci/39.yaml
- ci/39-numba.yaml
- ci/310.yaml
Expand Down
13 changes: 7 additions & 6 deletions ci/311-DEV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ dependencies:
- python=3.11
# required
- geos
- pandas>=1.0
- scikit-learn
- scipy>=1.0
# testing
- codecov
- matplotlib
Expand All @@ -23,6 +20,10 @@ dependencies:
- sphinxcontrib-napoleon
- sphinx_bootstrap_theme
- pip:
- git+https://github.com/pysal/libpysal@main
- git+https://github.com/geopandas/geopandas@main
- git+https://github.com/toblerity/shapely@main
- --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple
- scikit-learn
- scipy
- pandas
- git+https://github.com/pysal/libpysal@main
- git+https://github.com/geopandas/geopandas@main
- git+https://github.com/toblerity/shapely@main
13 changes: 7 additions & 6 deletions ci/311-numba-DEV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ dependencies:
- python=3.11
# required
- geos
- pandas>=1.0
- scikit-learn
- scipy>=1.0
- numba
# testing
- codecov
Expand All @@ -25,6 +22,10 @@ dependencies:
- sphinxcontrib-napoleon
- sphinx_bootstrap_theme
- pip:
- git+https://github.com/pysal/libpysal@main
- git+https://github.com/geopandas/geopandas@main
- git+https://github.com/toblerity/shapely@main
- --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple
- scikit-learn
- scipy
- pandas
- git+https://github.com/pysal/libpysal@main
- git+https://github.com/geopandas/geopandas@main
- git+https://github.com/toblerity/shapely@main
8 changes: 4 additions & 4 deletions ci/38-numba.yaml → ci/38-minimal-numba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dependencies:
# required
- libpysal
- numba
- pandas>=1.0
- scikit-learn
- scipy>=1.0
- pandas>=1.4,<1.5
- scikit-learn>=1.0,<1.1
- scipy>=1.9,<1.10
# testing
- codecov
- matplotlib
Expand All @@ -17,5 +17,5 @@ dependencies:
- pytest-xdist
- rtree
# optional
- geopandas>=0.7.0
- geopandas>=0.12.0,<0.13
- shapely>=2
8 changes: 4 additions & 4 deletions ci/38.yaml → ci/38-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ dependencies:
- python=3.8
# required
- libpysal
- pandas>=1.0
- scikit-learn
- scipy>=1.0
- pandas>=1.4,<1.5
- scikit-learn>=1.0,<1.1
- scipy>=1.9,<1.10
# testing
- codecov
- matplotlib
Expand All @@ -16,5 +16,5 @@ dependencies:
- pytest-xdist
- rtree
# optional
- geopandas>=0.7.0
- geopandas>=0.12.0,<0.13
- shapely>=2
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libpysal
pandas
scikit-learn
scipy>=0.11
pandas>1.4
scikit-learn>=1.0
scipy>=1.9