Spaces:
Sleeping
Sleeping
Update pyproject.toml
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
name = "pilates_fine_tuned"
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "A fine-tuned pilates project."
|
|
|
|
| 5 |
dependencies = [
|
| 6 |
"accelerate>=1.3.0",
|
| 7 |
"arxiv>=2.2.0",
|
|
|
|
| 2 |
name = "pilates_fine_tuned"
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "A fine-tuned pilates project."
|
| 5 |
+
requires-python = ">=3.12,<3.13"
|
| 6 |
dependencies = [
|
| 7 |
"accelerate>=1.3.0",
|
| 8 |
"arxiv>=2.2.0",
|