Spaces:
Sleeping
Sleeping
fix: update pillow version constraint to allow compatible versions
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -28,7 +28,7 @@ numpy==2.2.6
|
|
28 |
orjson==3.10.18
|
29 |
packaging==25.0
|
30 |
pandas==2.3.0
|
31 |
-
pillow
|
32 |
pydantic==2.11.5
|
33 |
pydantic_core==2.33.2
|
34 |
pydub==0.25.1
|
|
|
28 |
orjson==3.10.18
|
29 |
packaging==25.0
|
30 |
pandas==2.3.0
|
31 |
+
pillow>=8.0,<11.0
|
32 |
pydantic==2.11.5
|
33 |
pydantic_core==2.33.2
|
34 |
pydub==0.25.1
|