Files
geopandas/ci/envs/38-dev.yaml
T

31 lines
620 B
YAML

name: test
channels:
- conda-forge
dependencies:
- python=3.8
- cython
# required
- fiona
- pyproj
- geos
# testing
- pytest
- pytest-cov
- pytest-xdist
- fsspec
# optional
- rtree
#- geopy
- SQLalchemy
- libspatialite
- pyarrow
- pip:
- geopy
- mapclassify>=2.4.0
# dev versions of packages
- git+https://github.com/numpy/numpy.git@main
- git+https://github.com/pydata/pandas.git@master
- git+https://github.com/matplotlib/matplotlib.git@master
- git+https://github.com/Toblerity/Shapely.git@master
- git+https://github.com/pygeos/pygeos.git@master