Skip to content

Commit

Permalink
update testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwolf committed May 24, 2023
1 parent 9f9433c commit 7139ac2
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 6 deletions.
8 changes: 5 additions & 3 deletions ci/310-DEV.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: test
channels:
- conda-forge
- conda-forge/label/shapely_dev
dependencies:
- python=3.10
# required
- geos
- pandas>=1.0
- scikit-learn
- scipy>=1.0
Expand All @@ -15,5 +15,7 @@ dependencies:
- pytest-cov
- pytest-xdist
# optional
- geopandas>=0.12.0
- shapely>=2.0b1
- pip
- git+https://github.com/pysal/libpysal@main
- git+https://github.com/geopandas/geopandas@main
- git+https://github.com/toblerity/shapely@main
8 changes: 5 additions & 3 deletions ci/310-numba-DEV.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: test
channels:
- conda-forge
- conda-forge/label/shapely_dev
dependencies:
- python=3.10
# required
- geos
- numba
- pandas>=1.0
- scikit-learn
Expand All @@ -16,5 +16,7 @@ dependencies:
- pytest-cov
- pytest-xdist
# optional
- geopandas>=0.12.0
- shapely>=2.0b1
- pip
- git+https://github.com/pysal/libpysal@main
- git+https://github.com/geopandas/geopandas@main
- git+https://github.com/toblerity/shapely@main
27 changes: 27 additions & 0 deletions ci/311-DEV.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: test
channels:
- conda-forge
dependencies:
- python=3.11
# required
- geos
- pandas>=1.0
- scikit-learn
- scipy>=1.0
# testing
- codecov
- matplotlib
- pytest
- pytest-cov
- pytest-xdist
# doc build
- nbsphinx
- numpydoc
- sphinx
- sphinxcontrib-bibtex
- 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
29 changes: 29 additions & 0 deletions ci/311-numba-DEV.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: test
channels:
- conda-forge
dependencies:
- python=3.11
# required
- geos
- pandas>=1.0
- scikit-learn
- scipy>=1.0
- numba
# testing
- codecov
- matplotlib
- pytest
- pytest-cov
- pytest-xdist
# optional
# doc build
- nbsphinx
- numpydoc
- sphinx
- sphinxcontrib-bibtex
- 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
27 changes: 27 additions & 0 deletions ci/311-numba.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: test
channels:
- conda-forge
dependencies:
- python=3.11
# required
- libpysal
- pandas>=1.0
- scikit-learn
- scipy>=1.0
- numba
# testing
- codecov
- matplotlib
- pytest
- pytest-cov
- pytest-xdist
# optional
- geopandas>=0.7.0
- shapely>=2.0
# doc build
- nbsphinx
- numpydoc
- sphinx
- sphinxcontrib-bibtex
- sphinxcontrib-napoleon
- sphinx_bootstrap_theme

0 comments on commit 7139ac2

Please sign in to comment.