no defaults channel in environment.yaml (#144)

* no defaults channel in environment.yaml

* GIS from conda-forge

* remove channel pinning and add descartes via conda

* remove geopandas version restriction

* travis: remove duplicated conda list
This commit is contained in:
Fabian Neumann 2020-12-02 17:48:47 +01:00 committed by GitHub
parent 03170f4aaf
commit c1447875d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@
name: pypsa-eur
channels:
- defaults
- conda-forge
- bioconda
- http://conda.anaconda.org/gurobi
@ -51,6 +50,7 @@ dependencies:
- rasterio
- shapely
- libgdal<=3.0.4
- descartes
# Solvers
- gurobi:gurobi # until https://github.com/conda-forge/pypsa-feedstock/issues/4 closed