diff --git a/ci/310-DEV.yaml b/ci/310-DEV.yaml index 5246526c..bf0a8973 100644 --- a/ci/310-DEV.yaml +++ b/ci/310-DEV.yaml @@ -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 @@ -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 diff --git a/ci/310-numba-DEV.yaml b/ci/310-numba-DEV.yaml index 93432ee0..6925fc2d 100644 --- a/ci/310-numba-DEV.yaml +++ b/ci/310-numba-DEV.yaml @@ -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 @@ -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 \ No newline at end of file diff --git a/ci/311-DEV.yaml b/ci/311-DEV.yaml new file mode 100644 index 00000000..e5e6928a --- /dev/null +++ b/ci/311-DEV.yaml @@ -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 \ No newline at end of file diff --git a/ci/311-numba-DEV.yaml b/ci/311-numba-DEV.yaml new file mode 100644 index 00000000..9eb6e1ce --- /dev/null +++ b/ci/311-numba-DEV.yaml @@ -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 \ No newline at end of file diff --git a/ci/311-numba.yaml b/ci/311-numba.yaml new file mode 100644 index 00000000..b9c10ad9 --- /dev/null +++ b/ci/311-numba.yaml @@ -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