mgbam commited on
Commit
76009f6
·
verified ·
1 Parent(s): 0d23f5f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,5 +1,8 @@
 
 
1
  streamlit
2
  google-generativeai
3
- chromadb>=0.4.0,<0.5.0 # Pin Chroma version for stability
4
- Pillow
5
- python-dotenv # Good practice, though HF secrets are better for deployment
 
 
1
+ # requirements.txt
2
+
3
  streamlit
4
  google-generativeai
5
+ chromadb-client # Or just chromadb if that's what you installed
6
+ pillow
7
+ numpy<2.0 # <-- Add or modify this line
8
+ # Add any other specific dependencies you have