Spaces:
Sleeping
Sleeping
Sandaruth
commited on
Commit
·
32c3b23
1
Parent(s):
4f3ee63
req
Browse files- requirements.txt +19 -33
requirements.txt
CHANGED
@@ -2,20 +2,17 @@ aiohttp==3.9.3
|
|
2 |
aiosignal==1.3.1
|
3 |
annotated-types==0.6.0
|
4 |
anyio==4.2.0
|
5 |
-
|
6 |
async-timeout==4.0.3
|
7 |
attrs==23.2.0
|
8 |
certifi==2024.2.2
|
9 |
charset-normalizer==3.3.2
|
10 |
click==8.1.7
|
11 |
-
|
12 |
-
# comm @ file:///home/conda/feedstock_root/build_artifacts/comm_1704278392174/work
|
13 |
dataclasses-json==0.6.4
|
14 |
-
|
15 |
-
# decorator @ file:///home/conda/feedstock_root/build_artifacts/decorator_1641555617451/work
|
16 |
distro==1.9.0
|
17 |
-
|
18 |
-
# executing @ file:///home/conda/feedstock_root/build_artifacts/executing_1698579936712/work
|
19 |
faiss-cpu==1.7.4
|
20 |
filelock==3.13.1
|
21 |
frozenlist==1.4.1
|
@@ -26,16 +23,12 @@ httpcore==1.0.3
|
|
26 |
httpx==0.26.0
|
27 |
huggingface-hub==0.20.3
|
28 |
idna==3.6
|
29 |
-
|
30 |
-
# ipykernel @ file:///D:/bld/ipykernel_1707326433944/work
|
31 |
-
# ipython @ file:///D:/bld/ipython_1706795789991/work
|
32 |
-
# jedi @ file:///home/conda/feedstock_root/build_artifacts/jedi_1696326070614/work
|
33 |
Jinja2==3.1.3
|
34 |
joblib==1.3.2
|
35 |
jsonpatch==1.33
|
36 |
jsonpointer==2.4
|
37 |
-
|
38 |
-
# jupyter_core @ file:///D:/bld/jupyter_core_1704727156030/work
|
39 |
langchain==0.1.7
|
40 |
langchain-community==0.0.20
|
41 |
langchain-core==0.1.23
|
@@ -43,31 +36,26 @@ langchain-openai==0.0.6
|
|
43 |
langsmith==0.0.87
|
44 |
MarkupSafe==2.1.5
|
45 |
marshmallow==3.20.2
|
46 |
-
|
47 |
mpmath==1.3.0
|
48 |
multidict==6.0.5
|
49 |
mypy-extensions==1.0.0
|
50 |
-
|
51 |
networkx==3.2.1
|
52 |
nltk==3.8.1
|
53 |
numpy==1.26.4
|
54 |
openai==1.12.0
|
55 |
-
|
56 |
-
# parso @ file:///home/conda/feedstock_root/build_artifacts/parso_1638334955874/work
|
57 |
-
# pickleshare @ file:///home/conda/feedstock_root/build_artifacts/pickleshare_1602536217715/work
|
58 |
pillow==10.2.0
|
59 |
-
|
60 |
-
|
61 |
-
# psutil @ file:///C:/Windows/Temp/abs_b2c2fd7f-9fd5-4756-95ea-8aed74d0039flsd9qufz/croots/recipe/psutil_1656431277748/work
|
62 |
-
# pure-eval @ file:///home/conda/feedstock_root/build_artifacts/pure_eval_1642875951954/work
|
63 |
pydantic==2.6.1
|
64 |
pydantic_core==2.16.2
|
65 |
-
|
66 |
-
# python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1626286286081/work
|
67 |
python-dotenv==1.0.1
|
68 |
pywin32==305.1
|
69 |
PyYAML==6.0.1
|
70 |
-
|
71 |
regex==2023.12.25
|
72 |
requests==2.31.0
|
73 |
safetensors==0.4.2
|
@@ -75,10 +63,10 @@ scikit-learn==1.4.1.post1
|
|
75 |
scipy==1.12.0
|
76 |
sentence-transformers==2.3.1
|
77 |
sentencepiece==0.1.99
|
78 |
-
|
79 |
sniffio==1.3.0
|
80 |
SQLAlchemy==2.0.27
|
81 |
-
|
82 |
sympy==1.12
|
83 |
tenacity==8.2.3
|
84 |
threadpoolctl==3.3.0
|
@@ -87,13 +75,11 @@ tokenizers==0.15.2
|
|
87 |
torch==2.2.0+cu121
|
88 |
torchaudio==2.2.0+cu121
|
89 |
torchvision==0.17.0+cu121
|
90 |
-
|
91 |
tqdm==4.66.2
|
92 |
-
|
93 |
transformers==4.37.2
|
94 |
typing-inspect==0.9.0
|
95 |
-
|
96 |
-
urllib3==2.2.1
|
97 |
-
# wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1704731205417/work
|
98 |
yarl==1.9.4
|
99 |
-
|
|
|
2 |
aiosignal==1.3.1
|
3 |
annotated-types==0.6.0
|
4 |
anyio==4.2.0
|
5 |
+
|
6 |
async-timeout==4.0.3
|
7 |
attrs==23.2.0
|
8 |
certifi==2024.2.2
|
9 |
charset-normalizer==3.3.2
|
10 |
click==8.1.7
|
11 |
+
|
|
|
12 |
dataclasses-json==0.6.4
|
13 |
+
|
|
|
14 |
distro==1.9.0
|
15 |
+
|
|
|
16 |
faiss-cpu==1.7.4
|
17 |
filelock==3.13.1
|
18 |
frozenlist==1.4.1
|
|
|
23 |
httpx==0.26.0
|
24 |
huggingface-hub==0.20.3
|
25 |
idna==3.6
|
26 |
+
|
|
|
|
|
|
|
27 |
Jinja2==3.1.3
|
28 |
joblib==1.3.2
|
29 |
jsonpatch==1.33
|
30 |
jsonpointer==2.4
|
31 |
+
|
|
|
32 |
langchain==0.1.7
|
33 |
langchain-community==0.0.20
|
34 |
langchain-core==0.1.23
|
|
|
36 |
langsmith==0.0.87
|
37 |
MarkupSafe==2.1.5
|
38 |
marshmallow==3.20.2
|
39 |
+
|
40 |
mpmath==1.3.0
|
41 |
multidict==6.0.5
|
42 |
mypy-extensions==1.0.0
|
43 |
+
|
44 |
networkx==3.2.1
|
45 |
nltk==3.8.1
|
46 |
numpy==1.26.4
|
47 |
openai==1.12.0
|
48 |
+
|
|
|
|
|
49 |
pillow==10.2.0
|
50 |
+
|
51 |
+
|
|
|
|
|
52 |
pydantic==2.6.1
|
53 |
pydantic_core==2.16.2
|
54 |
+
|
|
|
55 |
python-dotenv==1.0.1
|
56 |
pywin32==305.1
|
57 |
PyYAML==6.0.1
|
58 |
+
|
59 |
regex==2023.12.25
|
60 |
requests==2.31.0
|
61 |
safetensors==0.4.2
|
|
|
63 |
scipy==1.12.0
|
64 |
sentence-transformers==2.3.1
|
65 |
sentencepiece==0.1.99
|
66 |
+
|
67 |
sniffio==1.3.0
|
68 |
SQLAlchemy==2.0.27
|
69 |
+
|
70 |
sympy==1.12
|
71 |
tenacity==8.2.3
|
72 |
threadpoolctl==3.3.0
|
|
|
75 |
torch==2.2.0+cu121
|
76 |
torchaudio==2.2.0+cu121
|
77 |
torchvision==0.17.0+cu121
|
78 |
+
|
79 |
tqdm==4.66.2
|
80 |
+
|
81 |
transformers==4.37.2
|
82 |
typing-inspect==0.9.0
|
83 |
+
|
|
|
|
|
84 |
yarl==1.9.4
|
85 |
+
|