Files
geopandas/ci/envs/37-dev.yaml
T
Martin Fleischmann 7e595d08a5 DOC/CI: remove Travis from docs and paths (#1632)
* DOC/CI: remove Travis from docs and paths

* use envs

* fix

* typo

* how to trigger check
2020-10-10 20:03:25 +01:00

31 lines
583 B
YAML

name: test
channels:
- defaults
dependencies:
- python=3.7.3
- cython
# required
- fiona
- pyproj
- geos
# testing
- pytest
- pytest-cov
- pytest-xdist
- fsspec
# optional
- rtree
- descartes
#- geopy
- SQLalchemy
- libspatialite
- pyarrow
- pip:
- geopy
- mapclassify>=2.2.0
# dev versions of packages
- 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