There was an error while loading. Please reload this page.
1 parent f780133 commit 30ac487Copy full SHA for 30ac487
1 file changed
pyproject.toml
@@ -14,7 +14,7 @@ license = { text = "MIT" }
14
dependencies = [
15
# Keep core dependencies that are needed for the app to run
16
"xarray==2022.12.0",
17
- "pv-site-prediction==0.1.19",
+ "pv-site-prediction>=0.1.19",
18
"pydantic==2.6.2",
19
"python-dotenv==1.0.1",
20
"openmeteo-requests==1.2.0",
@@ -27,7 +27,7 @@ dependencies = [
27
"pydantic_settings",
28
"httpx",
29
"sentry_sdk",
30
- "huggingface_hub==0.21.4"
+ "huggingface_hub>=0.20.0"
31
]
32
33
[project.urls]
0 commit comments