mohAhmad commited on
Commit
249a093
1 Parent(s): f4a1105

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -7
requirements.txt CHANGED
@@ -1,7 +1,4 @@
1
- streamlit==1.17.0
2
- transformers==4.35.0
3
- torch==2.0.0
4
- mindsdb
5
- matplotlib==3.8.0
6
- pandas==2.1.0
7
- numpy==1.26.0
 
1
+ crewai==0.1.2 # Adjust this to the actual version of CrewAI you're using
2
+ transformers==4.31.0 # For Hugging Face model integration (if needed)
3
+ torch==2.0.0 # Required by transformers for model inference
4
+ streamlit==1.25.0 #