pypsa-eur/environment.yaml
Jonas Hörsch b2d23a3355 Remove dependency on ECMWF API
The ECMWF API is being deprecated in favor of a new service the CDS API.
Atlite's ERA5 cutout generation code will have to be ported eventually.
2018-08-08 14:49:50 +02:00

37 lines
703 B
YAML

name: pypsa-eur
channels:
- conda-forge
- bioconda
dependencies:
- python
- six
- snakemake
- numpy
- pyomo
- scipy
- pandas>=0.19.0
- matplotlib
- seaborn
- memory_profiler
- networkx>=1.10
- fiona
- pyproj
- pyshp
- geopandas
- rasterstats
- netcdf4
- rasterio
- shapely
- xarray
- xlrd
- scikit-learn
- pytables
- ipython
- pip:
- git+https://github.com/PyPSA/PyPSA.git
- git+https://github.com/FRESNA/atlite.git
- git+https://github.com/FRESNA/vresutils.git
#- git+https://github.com/FRESNA/powerplantmatching.git
#- https://software.ecmwf.int/wiki/download/attachments/56664858/ecmwf-api-client-python.tgz
- countrycode