Skip to content

Commit

Permalink
fix wetterdienst version
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rieck committed Dec 18, 2024
1 parent f680461 commit 007bf7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hisim/components/weather_data_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import datetime
import pandas as pd
from wetterdienst import Settings
from wetterdienst.provider.dwd.observation.api import (
from wetterdienst.provider.dwd.observation import (
DwdObservationParameter,
DwdObservationRequest,
DwdObservationResolution,
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ ordered_set
typing_extensions
python-dotenv
windpowerlib # ==0.2.1
wetterdienst
wetterdienst==0.97.0
cdsapi
xarray
xarray

0 comments on commit 007bf7c

Please sign in to comment.