Spaces:
Sleeping
Sleeping
Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
[project]
|
| 2 |
-
name = "
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.
|
| 7 |
dependencies = [
|
| 8 |
"dash>=4.0.0",
|
| 9 |
"gradio>=6.8.0",
|
|
|
|
| 1 |
[project]
|
| 2 |
+
name = "oneDtracing"
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.9"
|
| 7 |
dependencies = [
|
| 8 |
"dash>=4.0.0",
|
| 9 |
"gradio>=6.8.0",
|