Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
-
|
2 |
-
transformers==4.
|
3 |
-
torch==2.0.0
|
4 |
-
|
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 #
|
|
|
|
|
|