Skip to content

Commit

Permalink
no defaults channel in environment.yaml (#144)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
fneum authored Dec 2, 2020
1 parent 03170f4 commit c144787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

name: pypsa-eur
channels:
- defaults
- conda-forge
- bioconda
- http://conda.anaconda.org/gurobi
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c144787

Please sign in to comment.