Spaces:
Running on Zero
Running on Zero
Pierre Chapuis commited on
prevent use of gradio-image-annotation 0.5.0 (broken with Gradio 5)
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -7,7 +7,7 @@ authors = [
|
|
| 7 |
]
|
| 8 |
dependencies = [
|
| 9 |
"gradio>=5.27.1",
|
| 10 |
-
"gradio-image-annotation>=0.
|
| 11 |
"pillow>=11.3.0",
|
| 12 |
"pi-heif>=1.1.0",
|
| 13 |
"refiners @ git+https://github.com/finegrain-ai/refiners",
|
|
|
|
| 7 |
]
|
| 8 |
dependencies = [
|
| 9 |
"gradio>=5.27.1",
|
| 10 |
+
"gradio-image-annotation>=0.4.1,<0.5.0",
|
| 11 |
"pillow>=11.3.0",
|
| 12 |
"pi-heif>=1.1.0",
|
| 13 |
"refiners @ git+https://github.com/finegrain-ai/refiners",
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
spaces>=0.35.0
|
| 2 |
-
gradio_image_annotation>=0.
|
| 3 |
pillow>=11.3.0
|
| 4 |
pi_heif>=1.1.0
|
| 5 |
git+https://github.com/finegrain-ai/refiners@cfe8b66ba4f8a906583850ac25e9e89cb83a44b9
|
|
|
|
| 1 |
spaces>=0.35.0
|
| 2 |
+
gradio_image_annotation>=0.4.1,<0.5.0
|
| 3 |
pillow>=11.3.0
|
| 4 |
pi_heif>=1.1.0
|
| 5 |
git+https://github.com/finegrain-ai/refiners@cfe8b66ba4f8a906583850ac25e9e89cb83a44b9
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|