From 7139ac2360f83007c50b9f910b6ec0f7f3192d54 Mon Sep 17 00:00:00 2001 From: ljwolf Date: Wed, 24 May 2023 10:14:44 -0700 Subject: [PATCH] update testing matrix --- ci/310-DEV.yaml | 8 +++++--- ci/310-numba-DEV.yaml | 8 +++++--- ci/311-DEV.yaml | 27 +++++++++++++++++++++++++++ ci/311-numba-DEV.yaml | 29 +++++++++++++++++++++++++++++ ci/311-numba.yaml | 27 +++++++++++++++++++++++++++ 5 files changed, 93 insertions(+), 6 deletions(-) create mode 100644 ci/311-DEV.yaml create mode 100644 ci/311-numba-DEV.yaml create mode 100644 ci/311-numba.yaml 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