Skip to content

Commit

Permalink
Merge branch 'dev' into features/integrate-pypsa-eur
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Aug 24, 2023
2 parents d04fd9d + 5096b3f commit 6d8e7f8
Show file tree
Hide file tree
Showing 52 changed files with 953 additions and 671 deletions.
27 changes: 15 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,38 +82,41 @@ def read(*names, **kwargs):
python_requires=">=3.7",
install_requires=[
# eg: 'aspectlib==1.1.1', 'six>=1.7',
"apache-airflow>=1.10.14,<2.0", # See accompanying commit message
"apache-airflow>2.0",
"apache-airflow[postgres]",
"apache-airflow-providers-sendgrid",
"atlite==0.2.5",
"cdsapi",
"click",
"click<8.1",
#"entsoe-py >=0.3.1",
"geopandas>=0.10.0,<0.11.0",
"GeoAlchemy2",
"geopandas>=0.10.0",
"geopy",
"geovoronoi==0.3.0",
"importlib-resources",
"geovoronoi",
"importlib-resources<6.0",
"loguru",
"markupsafe<2.1.0", # MarkupSafe>=2.1.0 breaks WTForms<3
"markupsafe",
"matplotlib",
"netcdf4",
"numpy<1.23", # incompatibilities with shapely 1.7.
# See: https://stackoverflow.com/a/73354885/12460232
"oedialect==0.0.8",
"numpy",
"omi",
"openpyxl",
"pandas>1.2.0,<1.4", # pandas>=1.4 needs SQLAlchemy>=1.4
"pandas>1.2.0",
"psycopg2",
"pyaml",
"pypsa==0.17.1",
"pydantic<2.0",
"rasterio",
"requests",
"rioxarray",
"rtree",
"saio",
"seaborn",
"setuptools>60.0",
"shapely",
"snakemake<7",
"sqlalchemy<1.4", # Airflow<2.0 is not compatible with SQLAlchemy>=1.4
"wtforms<3", # WTForms>=3.0 breaks Airflow<2.0
"sqlalchemy",
"wtforms",
"xarray",
"xlrd",
],
Expand Down
Loading

0 comments on commit 6d8e7f8

Please sign in to comment.