Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
streamlit
|
2 |
-
google-generativeai>=0.4.0 #
|
3 |
-
|
4 |
-
|
|
|
|
|
5 |
nest_asyncio
|
6 |
-
|
|
|
1 |
streamlit
|
2 |
+
google-generativeai>=0.4.0 # Use a recent version
|
3 |
+
pillow
|
4 |
+
numpy
|
5 |
+
moviepy
|
6 |
+
pydantic>=1.8,<2.0 # Or specify >=2.0 if you update Pydantic calls (.schema() -> .model_json_schema(), parse_obj -> model_validate)
|
7 |
nest_asyncio
|
8 |
+
# Add specific versions if needed
|