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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user