Jack Wu commited on
Commit ·
f26f977
1
Parent(s): 2fff848
chore: update project dependencies in requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -6,6 +6,8 @@
|
|
| 6 |
# (_get_mask_from_editor relies on layers[*] being RGBA numpy arrays).
|
| 7 |
# Revisit once the new API is stable and _get_mask_from_editor is updated.
|
| 8 |
gradio>=4.44.0,<5.0.0
|
|
|
|
|
|
|
| 9 |
huggingface-hub<0.27.0
|
| 10 |
pydantic<2.9.0
|
| 11 |
numpy>=1.24.0,<2.0.0
|
|
|
|
| 6 |
# (_get_mask_from_editor relies on layers[*] being RGBA numpy arrays).
|
| 7 |
# Revisit once the new API is stable and _get_mask_from_editor is updated.
|
| 8 |
gradio>=4.44.0,<5.0.0
|
| 9 |
+
fastapi==0.112.2
|
| 10 |
+
starlette==0.37.2
|
| 11 |
huggingface-hub<0.27.0
|
| 12 |
pydantic<2.9.0
|
| 13 |
numpy>=1.24.0,<2.0.0
|