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:
parent
03170f4aaf
commit
c1447875d5
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
name: pypsa-eur
|
name: pypsa-eur
|
||||||
channels:
|
channels:
|
||||||
- defaults
|
|
||||||
- conda-forge
|
- conda-forge
|
||||||
- bioconda
|
- bioconda
|
||||||
- http://conda.anaconda.org/gurobi
|
- http://conda.anaconda.org/gurobi
|
||||||
@ -51,6 +50,7 @@ dependencies:
|
|||||||
- rasterio
|
- rasterio
|
||||||
- shapely
|
- shapely
|
||||||
- libgdal<=3.0.4
|
- libgdal<=3.0.4
|
||||||
|
- descartes
|
||||||
|
|
||||||
# Solvers
|
# Solvers
|
||||||
- gurobi:gurobi # until https://github.com/conda-forge/pypsa-feedstock/issues/4 closed
|
- gurobi:gurobi # until https://github.com/conda-forge/pypsa-feedstock/issues/4 closed
|
||||||
|
Loading…
Reference in New Issue
Block a user