Skip to content

Commit 30ac487

Browse files
committed
fix: Relax pv-site-prediction and huggingface_hub version pins for Python 3.12
1 parent f780133 commit 30ac487

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = { text = "MIT" }
1414
dependencies = [
1515
# Keep core dependencies that are needed for the app to run
1616
"xarray==2022.12.0",
17-
"pv-site-prediction==0.1.19",
17+
"pv-site-prediction>=0.1.19",
1818
"pydantic==2.6.2",
1919
"python-dotenv==1.0.1",
2020
"openmeteo-requests==1.2.0",
@@ -27,7 +27,7 @@ dependencies = [
2727
"pydantic_settings",
2828
"httpx",
2929
"sentry_sdk",
30-
"huggingface_hub==0.21.4"
30+
"huggingface_hub>=0.20.0"
3131
]
3232

3333
[project.urls]

0 commit comments

Comments
 (0)