Skip to content

Commit

Permalink
add conda forge pypsa to conda YMLs
Browse files Browse the repository at this point in the history
  • Loading branch information
khelfen committed Nov 10, 2022
1 parent ead0f0e commit 8062488
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions eDisGo_env.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: eDisGo_env_dev
name: eDisGo_env
channels:
- conda-forge
- defaults
dependencies:
- python >=3.8,<3.10
- python >= 3.8, < 3.10
- pip
- pandas >=1.2
- pandas >= 1.2
- conda-forge::fiona
- conda-forge::geopy
- conda-forge::geopandas
Expand All @@ -16,5 +16,6 @@ dependencies:
- conda-forge::pygeos
- conda-forge::contextily
- conda-forge::descartes
- conda-forge::pypsa >= 0.17.0, <= 0.20.1
- pip:
- eDisGo
5 changes: 3 additions & 2 deletions eDisGo_env_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ channels:
- conda-forge
- defaults
dependencies:
- python >=3.8,<3.10
- python >= 3.8, < 3.10
- pip
- pandas >=1.2
- pandas >= 1.2
- conda-forge::fiona
- conda-forge::geopy
- conda-forge::geopandas
Expand All @@ -16,5 +16,6 @@ dependencies:
- conda-forge::pygeos
- conda-forge::contextily
- conda-forge::descartes
- conda-forge::pypsa >= 0.17.0, <= 0.20.1
- pip:
- -e .[dev]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def read(fname):
"geopandas >= 0.9.0",
"pyproj >= 3.0.0",
"shapely >= 1.7.0",
"pypsa >= 0.17.0, <=0.20.1",
"pypsa >= 0.17.0, <= 0.20.1",
"pyomo >= 6.0",
"multiprocess",
"workalendar",
Expand Down

0 comments on commit 8062488

Please sign in to comment.