Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- pyproject.toml +1 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@ name = "weaveprompt"
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.13"
|
| 7 |
dependencies = [
|
| 8 |
"lpips>=0.1.4",
|
| 9 |
"numpy>=2.3.3",
|
|
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.13,<3.14"
|
| 7 |
dependencies = [
|
| 8 |
"lpips>=0.1.4",
|
| 9 |
"numpy>=2.3.3",
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|