mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-21 13:00:14 +08:00
Co-authored-by: sangarshanan <sangarshanan1998@gmail.com>
34 lines
749 B
YAML
34 lines
749 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
|
|
- git+https://github.com/python-visualization/folium.git@master
|
|
- git+https://github.com/geopandas/xyzservices.git@main
|
|
|