mgbam commited on
Commit
b4b0710
·
verified ·
1 Parent(s): 45f5e74

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,8 +1,7 @@
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
 
1
  streamlit
2
+ google-generativeai>=0.4.0
3
  pillow
4
  numpy
5
+ moviepy # <--- Add this line
6
+ pydantic>=1.8,<2.0 # Or >=2.0 if adapted
7
+ nest_asyncio