Skip to content
Open
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
31 changes: 31 additions & 0 deletions ci/311_shapely_dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: test
channels:
- conda-forge
dependencies:
- python=3.11
- platformdirs
- beautifulsoup4
- jinja2
- pandas>=1.0
- scipy>=1.0
- xarray
# testing
- codecov
- matplotlib
- pytest
- pytest-cov
- pytest-xdist
# optional
- geopandas>=0.12.0
- joblib
- networkx
- packaging
- shapely>=2.0b1
- xarray
- zstd
# for docs build action (this env only)
- nbsphinx
- numpydoc
- sphinx
- sphinxcontrib-bibtex
- sphinx_bootstrap_theme
Loading