Spaces:
Sleeping
Sleeping
CodeMode Agent commited on
Commit ·
a6dfecb
1
Parent(s): 463fc7e
Deploy CodeMode via Agent
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
-
chromadb>=0.4.
|
| 3 |
-
torch
|
| 4 |
-
transformers
|
| 5 |
-
pandas
|
| 6 |
-
scikit-learn
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
+
chromadb>=0.4.22
|
| 3 |
+
torch>=2.0.0
|
| 4 |
+
transformers>=4.30.0
|
| 5 |
+
pandas>=1.5.0
|
| 6 |
+
scikit-learn>=1.0.0
|
| 7 |
+
GitPython>=3.1.0
|
| 8 |
+
pyyaml>=6.0
|
| 9 |
+
requests>=2.28.0
|
| 10 |
+
beautifulsoup4>=4.11.0
|