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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
  streamlit
2
- google-generativeai>=0.4.0 # Or preferably the latest version
3
- moviepy==1.0.3 # Pin to a widely used older version
4
- Pillow
 
 
5
  nest_asyncio
6
- numpy
 
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