Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files- README.md +1 -1
- pyproject.toml +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 📝
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: pink
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version: 1.
|
| 8 |
app_file: streamlit_app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: pink
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.45.1
|
| 8 |
app_file: streamlit_app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"]
|
|
| 3 |
build-backend = "setuptools.build_meta"
|
| 4 |
|
| 5 |
[tool.bumpversion]
|
| 6 |
-
current_version = "0.
|
| 7 |
commit = "true"
|
| 8 |
tag = "true"
|
| 9 |
tag_name = "v{new_version}"
|
|
|
|
| 3 |
build-backend = "setuptools.build_meta"
|
| 4 |
|
| 5 |
[tool.bumpversion]
|
| 6 |
+
current_version = "0.6.0"
|
| 7 |
commit = "true"
|
| 8 |
tag = "true"
|
| 9 |
tag_name = "v{new_version}"
|
requirements.txt
CHANGED
|
@@ -9,7 +9,7 @@ pyyaml==6.0.1
|
|
| 9 |
pytest==8.1.1
|
| 10 |
#streamlit==1.45.1
|
| 11 |
streamlit==1.37.1
|
| 12 |
-
lxml==5.2.1
|
| 13 |
beautifulsoup4==4.12.3
|
| 14 |
python-dotenv==1.0.1
|
| 15 |
watchdog==4.0.0
|
|
|
|
| 9 |
pytest==8.1.1
|
| 10 |
#streamlit==1.45.1
|
| 11 |
streamlit==1.37.1
|
| 12 |
+
lxml==5.2.1
|
| 13 |
beautifulsoup4==4.12.3
|
| 14 |
python-dotenv==1.0.1
|
| 15 |
watchdog==4.0.0
|