Skip to content

Commit

Permalink
29 package version problems (#44)
Browse files Browse the repository at this point in the history
* loosen all requirements

Co-authored-by: Martin Rätz <[email protected]>
  • Loading branch information
MartinRaetz and Martin Rätz authored Feb 14, 2024
1 parent 12a592d commit 9c75849
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
wetterdienst==0.65.0
unidecode==1.3.7
parameterized==0.9.0
geopandas==0.14.0
geopy==2.4.0
pvlib==0.10.2
matplotlib==3.8.1
seaborn==0.13.0
wetterdienst
unidecode
parameterized
geopandas
geopy
pvlib
matplotlib
seaborn
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"geopandas",
"geopy",
],
"DWD_forecast": ["wetterdienst==0.65.0"],
"DWD_forecast": ["wetterdienst"],
"full": [
"wetterdienst==0.65.0",
"wetterdienst",
"geopandas",
"geopy",
]
Expand Down

0 comments on commit 9c75849

Please sign in to comment.