Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,2 +1,6 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.50.0 # Matches your current version
|
2 |
+
txagent>=1.0.0
|
3 |
+
tooluniverse>=1.0.0
|
4 |
+
torch>=2.2.1
|
5 |
+
transformers>=4.38.2
|
6 |
+
vllm>=0.3.3
|