Skip to content

Commit bad9571

Browse files
author
Micha
authored
Improve environment.yaml (PyPSA#3)
* avoid pip * remove xarray constraint * add pyam for ariadne data retrieval (needs USERNAME!)
1 parent 2d2e0f3 commit bad9571

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

environment.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- geopandas>=0.11.0
3030
- atlite>=0.2.9
3131
- dask
32-
- xarray<=2023.8.0
32+
- xarray
3333
- rioxarray
3434
- netcdf4
3535
- networkx
@@ -48,6 +48,10 @@ dependencies:
4848
- tabula-py
4949
- pyxlsb
5050
- graphviz
51+
- tsam>=1.1.0
52+
- pypsa>=0.25.1
53+
- highs
54+
- pyam
5155

5256
# Keep in conda environment when calling ipython
5357
- ipython
@@ -58,7 +62,4 @@ dependencies:
5862
- rasterio!=1.2.10
5963

6064

61-
- pip:
62-
- tsam>=1.1.0
63-
- pypsa>=0.25.1
64-
- highspy
65+

0 commit comments

Comments
 (0)