Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- poetry.lock +1 -18
- pyproject.toml +0 -1
- requirements.txt +5 -0
poetry.lock
CHANGED
|
@@ -547,23 +547,6 @@ uvicorn = ">=0.14.0"
|
|
| 547 |
[package.extras]
|
| 548 |
oauth = ["authlib", "itsdangerous"]
|
| 549 |
|
| 550 |
-
[[package]]
|
| 551 |
-
name = "gradio-calendar"
|
| 552 |
-
version = "0.0.4"
|
| 553 |
-
description = "Gradio component for selecting dates with a calendar 📆"
|
| 554 |
-
optional = false
|
| 555 |
-
python-versions = ">=3.8"
|
| 556 |
-
files = [
|
| 557 |
-
{file = "gradio_calendar-0.0.4-py3-none-any.whl", hash = "sha256:32f738ea94ed4dea1e4069a117d907fc3e8a2757fb2f4b0ce67a801f434928df"},
|
| 558 |
-
{file = "gradio_calendar-0.0.4.tar.gz", hash = "sha256:e4ea93cc7f6284bb8e547bb34d891776f1f0bebd320eae80bd644c0cd30694ce"},
|
| 559 |
-
]
|
| 560 |
-
|
| 561 |
-
[package.dependencies]
|
| 562 |
-
gradio = ">=4.0,<5.0"
|
| 563 |
-
|
| 564 |
-
[package.extras]
|
| 565 |
-
dev = ["build", "twine"]
|
| 566 |
-
|
| 567 |
[[package]]
|
| 568 |
name = "gradio-client"
|
| 569 |
version = "0.10.1"
|
|
@@ -2208,4 +2191,4 @@ files = [
|
|
| 2208 |
[metadata]
|
| 2209 |
lock-version = "2.0"
|
| 2210 |
python-versions = "^3.11"
|
| 2211 |
-
content-hash = "
|
|
|
|
| 547 |
[package.extras]
|
| 548 |
oauth = ["authlib", "itsdangerous"]
|
| 549 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 550 |
[[package]]
|
| 551 |
name = "gradio-client"
|
| 552 |
version = "0.10.1"
|
|
|
|
| 2191 |
[metadata]
|
| 2192 |
lock-version = "2.0"
|
| 2193 |
python-versions = "^3.11"
|
| 2194 |
+
content-hash = "2f96c298ea3d4b4986f2537333b3f6aab258ff3900428771282f5121119965ae"
|
pyproject.toml
CHANGED
|
@@ -16,7 +16,6 @@ seaborn = "^0.13.2"
|
|
| 16 |
numpy = "^1.26.4"
|
| 17 |
lifelines = "^0.28.0"
|
| 18 |
plotly = "^5.19.0"
|
| 19 |
-
gradio-calendar = "^0.0.4"
|
| 20 |
scipy = "^1.12.0"
|
| 21 |
|
| 22 |
|
|
|
|
| 16 |
numpy = "^1.26.4"
|
| 17 |
lifelines = "^0.28.0"
|
| 18 |
plotly = "^5.19.0"
|
|
|
|
| 19 |
scipy = "^1.12.0"
|
| 20 |
|
| 21 |
|
requirements.txt
CHANGED
|
@@ -2,3 +2,8 @@ pandas
|
|
| 2 |
gradio
|
| 3 |
matplotlib
|
| 4 |
termcolor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
gradio
|
| 3 |
matplotlib
|
| 4 |
termcolor
|
| 5 |
+
seaborn
|
| 6 |
+
numpy
|
| 7 |
+
lifelines
|
| 8 |
+
plotly
|
| 9 |
+
scipy
|