Spaces:
Sleeping
Sleeping
Mustehson
commited on
Commit
·
511ce65
1
Parent(s):
e84c582
Requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
torch
|
2 |
huggingface_hub
|
3 |
-
|
4 |
-
setuptools<60.0
|
5 |
-
accelerate==0.34.2
|
6 |
-
transformers==4.44.2
|
7 |
-
duckdb==1.1.1
|
8 |
langsmith
|
9 |
pandera
|
|
|
10 |
langchain
|
11 |
-
|
|
|
|
|
|
1 |
torch
|
2 |
huggingface_hub
|
3 |
+
dataprep
|
|
|
|
|
|
|
|
|
4 |
langsmith
|
5 |
pandera
|
6 |
+
langchain_huggingface
|
7 |
langchain
|
8 |
+
accelerate==0.34.2
|
9 |
+
transformers==4.44.2
|
10 |
+
duckdb==1.1.1
|