rknl commited on
Commit
48a71bd
·
verified ·
1 Parent(s): 08c7d67

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -111
requirements.txt CHANGED
@@ -1,137 +1,35 @@
1
- aiofiles==23.2.1
2
- aiohttp==3.9.5
3
- aiosignal==1.3.1
4
- altair==5.3.0
5
- annotated-types==0.7.0
6
- anyio==4.3.0
7
- asttokens==2.4.1
8
- attrs==23.2.0
9
- certifi==2024.2.2
10
- charset-normalizer==3.3.2
11
- click==8.1.7
12
- colorama==0.4.6
13
- comm==0.2.2
14
- contourpy==1.2.1
15
- cycler==0.12.1
16
- dataclasses-json==0.6.6
17
- debugpy==1.8.1
18
- decorator==5.1.1
19
- dnspython==2.6.1
20
- email_validator==2.1.1
21
- executing==2.0.1
22
- fastapi==0.111.0
23
- fastapi-cli==0.0.4
24
- ffmpy==0.3.2
25
- filelock==3.14.0
26
- fonttools==4.51.0
27
- frozenlist==1.4.1
28
- fsspec==2024.5.0
29
  gradio==4.31.4
30
  gradio_client==0.16.4
31
- greenlet==3.0.3
32
- h11==0.14.0
33
- httpcore==1.0.5
34
- httptools==0.6.1
35
- httpx==0.27.0
36
  huggingface-hub==0.23.0
37
- idna==3.7
38
- importlib_resources==6.4.0
39
- intel-openmp==2021.4.0
40
- ipykernel==6.29.4
41
- ipython==8.24.0
42
- jedi==0.19.1
43
- Jinja2==3.1.4
44
- joblib==1.4.2
45
- jsonpatch==1.33
46
- jsonpointer==2.4
47
- jsonschema==4.22.0
48
- jsonschema-specifications==2023.12.1
49
- jupyter_client==8.6.1
50
- jupyter_core==5.7.2
51
- kiwisolver==1.4.5
52
  langchain==0.2.0
53
  langchain-community==0.2.0
54
  langchain-core==0.2.0
55
  langchain-text-splitters==0.2.0
56
  langsmith==0.1.60
57
  llvmlite==0.42.0
58
- markdown-it-py==3.0.0
59
- MarkupSafe==2.1.5
60
- marshmallow==3.21.2
61
- matplotlib==3.9.0
62
- matplotlib-inline==0.1.7
63
- mdurl==0.1.2
64
- mkl==2021.4.0
65
- mpmath==1.3.0
66
- multidict==6.0.5
67
- mypy-extensions==1.0.0
68
- nest-asyncio==1.6.0
69
  networkx==3.3
70
  numba==0.59.1
71
  numpy==1.26.4
72
- orjson==3.10.3
73
- packaging==23.2
74
- pandas==2.2.2
75
- parso==0.8.4
76
- pillow==10.3.0
77
- platformdirs==4.2.2
78
  plotly==5.22.0
79
  prompt-toolkit==3.0.43
80
- psutil==5.9.8
81
- pure-eval==0.2.2
82
- pydantic==2.7.1
83
- pydantic_core==2.18.2
84
- pydub==0.25.1
85
- Pygments==2.18.0
86
- pynndescent==0.5.12
87
- pyparsing==3.1.2
88
- python-dateutil==2.9.0.post0
89
  python-dotenv==1.0.1
90
  python-multipart==0.0.9
91
- pytz==2024.1
92
- pywin32==306
93
- PyYAML==6.0.1
94
- pyzmq==26.0.3
95
- referencing==0.35.1
96
- regex==2024.5.15
97
- requests==2.32.1
98
- rich==13.7.1
99
- rpds-py==0.18.1
100
- ruff==0.4.4
101
- safetensors==0.4.3
102
- scikit-learn==1.4.2
103
- scipy==1.13.0
104
- semantic-version==2.10.0
105
- sentence-transformers==2.7.0
106
- shellingham==1.5.4
107
- six==1.16.0
108
- sniffio==1.3.1
109
- SQLAlchemy==2.0.30
110
- stack-data==0.6.3
111
- starlette==0.37.2
112
- sympy==1.12
113
- tbb==2021.12.0
114
  tenacity==8.3.0
115
- threadpoolctl==3.5.0
116
  tokenizers==0.19.1
117
  tomlkit==0.12.0
118
- toolz==0.12.1
119
  torch==2.3.0
120
  torch_geometric==2.5.3
121
  tornado==6.4
122
  tqdm==4.66.4
123
  traitlets==5.14.3
124
  transformers==4.41.0
125
- typer==0.12.3
126
- typing-inspect==0.9.0
127
- typing_extensions==4.11.0
128
- tzdata==2024.1
129
- ujson==5.10.0
130
- umap==0.1.1
131
  umap-learn==0.5.6
132
- urllib3==2.2.1
133
- uvicorn==0.29.0
134
- watchfiles==0.21.0
135
- wcwidth==0.2.13
136
- websockets==11.0.3
137
- yarl==1.9.4
 
1
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  gradio==4.31.4
3
  gradio_client==0.16.4
 
 
 
 
 
4
  huggingface-hub==0.23.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  langchain==0.2.0
6
  langchain-community==0.2.0
7
  langchain-core==0.2.0
8
  langchain-text-splitters==0.2.0
9
  langsmith==0.1.60
10
  llvmlite==0.42.0
 
 
 
 
 
 
 
 
 
 
 
11
  networkx==3.3
12
  numba==0.59.1
13
  numpy==1.26.4
 
 
 
 
 
 
14
  plotly==5.22.0
15
  prompt-toolkit==3.0.43
16
+
17
+
 
 
 
 
 
 
 
18
  python-dotenv==1.0.1
19
  python-multipart==0.0.9
20
+
21
+
22
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  tenacity==8.3.0
24
+
25
  tokenizers==0.19.1
26
  tomlkit==0.12.0
27
+
28
  torch==2.3.0
29
  torch_geometric==2.5.3
30
  tornado==6.4
31
  tqdm==4.66.4
32
  traitlets==5.14.3
33
  transformers==4.41.0
 
 
 
 
 
 
34
  umap-learn==0.5.6
35
+