Spaces:
Sleeping
Sleeping
Wiljan van den Berge commited on
Commit ·
d5bf70a
1
Parent(s): 95bb32b
fix: relax dependency versions and target python 3.12
Browse files- README.md +1 -0
- requirements.txt +8 -38
README.md
CHANGED
|
@@ -5,6 +5,7 @@ colorFrom: blue
|
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.52.2
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.52.2
|
| 8 |
+
python_version: 3.12
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
requirements.txt
CHANGED
|
@@ -1,38 +1,8 @@
|
|
| 1 |
-
altair=
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
gitdb==4.0.12
|
| 10 |
-
GitPython==3.1.45
|
| 11 |
-
idna==3.11
|
| 12 |
-
Jinja2==3.1.6
|
| 13 |
-
jsonschema==4.25.1
|
| 14 |
-
jsonschema-specifications==2025.9.1
|
| 15 |
-
MarkupSafe==3.0.3
|
| 16 |
-
narwhals==2.14.0
|
| 17 |
-
numpy==2.4.0
|
| 18 |
-
packaging==25.0
|
| 19 |
-
pandas==2.3.3
|
| 20 |
-
pillow==12.0.0
|
| 21 |
-
plotly==6.5.0
|
| 22 |
-
protobuf==6.33.2
|
| 23 |
-
pyarrow==22.0.0
|
| 24 |
-
pydeck==0.9.1
|
| 25 |
-
python-dateutil==2.9.0.post0
|
| 26 |
-
pytz==2025.2
|
| 27 |
-
referencing==0.37.0
|
| 28 |
-
requests==2.32.5
|
| 29 |
-
rpds-py==0.30.0
|
| 30 |
-
six==1.17.0
|
| 31 |
-
smmap==5.0.2
|
| 32 |
-
streamlit==1.52.2
|
| 33 |
-
tenacity==9.1.2
|
| 34 |
-
toml==0.10.2
|
| 35 |
-
tornado==6.5.4
|
| 36 |
-
typing_extensions==4.15.0
|
| 37 |
-
tzdata==2025.3
|
| 38 |
-
urllib3==2.6.2
|
|
|
|
| 1 |
+
altair>=5.0.0
|
| 2 |
+
cbsodata>=1.3.5
|
| 3 |
+
numpy>=1.26.0
|
| 4 |
+
pandas>=2.0.0
|
| 5 |
+
plotly>=5.15.0
|
| 6 |
+
streamlit>=1.30.0
|
| 7 |
+
requests>=2.31.0
|
| 8 |
+
pyarrow>=14.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|