JDVariadic commited on
Commit
e6effc5
·
1 Parent(s): 86f55a2

add essential dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -109
requirements.txt CHANGED
@@ -1,113 +1,4 @@
1
- accelerate==0.28.0
2
- aiohttp==3.9.3
3
- aiosignal==1.3.1
4
- annotated-types==0.6.0
5
- anyio==4.3.0
6
- asttokens==2.4.1
7
- attrs==23.2.0
8
- beautifulsoup4==4.12.3
9
- bitsandbytes==0.43.0
10
- certifi==2024.2.2
11
- charset-normalizer==3.3.2
12
- click==8.1.7
13
- colorama==0.4.6
14
- comm==0.2.2
15
- dataclasses-json==0.6.4
16
- debugpy==1.6.7
17
- decorator==5.1.1
18
- dnspython==2.6.1
19
- email_validator==2.1.1
20
- exceptiongroup==1.2.0
21
- executing==2.0.1
22
  fastapi==0.110.0
23
- filelock==3.9.0
24
- frozenlist==1.4.1
25
- fsspec==2024.3.0
26
- greenlet==3.0.3
27
- h11==0.14.0
28
- httpcore==1.0.4
29
- httptools==0.6.1
30
- httpx==0.27.0
31
- huggingface-hub==0.21.4
32
- idna==3.6
33
- importlib_metadata==7.0.2
34
- inquirerpy==0.3.4
35
- ipykernel==6.29.3
36
- ipython==8.22.2
37
- itsdangerous==2.1.2
38
- jedi==0.19.1
39
- Jinja2==3.1.3
40
- jsonpatch==1.33
41
- jsonpointer==2.4
42
- jupyter_client==8.6.1
43
- jupyter_core==5.5.0
44
- langchain==0.1.12
45
- langchain-community==0.0.28
46
- langchain-core==0.1.32
47
- langchain-text-splitters==0.0.1
48
- langsmith==0.1.27
49
- MarkupSafe==2.1.5
50
- marshmallow==3.21.1
51
- matplotlib-inline==0.1.6
52
- mpmath==1.3.0
53
- multidict==6.0.5
54
- mypy-extensions==1.0.0
55
- nest_asyncio==1.6.0
56
- networkx==3.2.1
57
- numpy==1.26.3
58
- orjson==3.9.15
59
- packaging==23.2
60
- pandas==2.2.1
61
- parso==0.8.3
62
- pfzy==0.3.4
63
- pickleshare==0.7.5
64
- pillow==10.2.0
65
- pip==23.3.1
66
- platformdirs==4.2.0
67
- prompt-toolkit==3.0.42
68
- psutil==5.9.0
69
- pure-eval==0.2.2
70
  pydantic==2.6.4
71
- pydantic_core==2.16.3
72
- pydantic-extra-types==2.6.0
73
- pydantic-settings==2.2.1
74
- Pygments==2.17.2
75
- python-dateutil==2.9.0
76
- python-dotenv==1.0.1
77
- python-multipart==0.0.9
78
- pytz==2024.1
79
- PyYAML==6.0.1
80
- pyzmq==25.1.2
81
- regex==2023.12.25
82
- requests==2.31.0
83
- safetensors==0.4.2
84
- setuptools==68.2.2
85
- six==1.16.0
86
- sniffio==1.3.1
87
- soupsieve==2.5
88
- SQLAlchemy==2.0.28
89
- stack-data==0.6.2
90
- starlette==0.36.3
91
- sympy==1.12
92
- tenacity==8.2.3
93
- tokenizers==0.15.2
94
  torch==2.2.1
95
- torchaudio==2.2.1
96
- torchvision==0.17.1
97
- tornado==6.3.3
98
- tqdm==4.66.2
99
- traitlets==5.14.2
100
  transformers==4.38.2
101
- typing_extensions==4.10.0
102
- typing-inspect==0.9.0
103
- tzdata==2024.1
104
- ujson==5.9.0
105
- urllib3==2.2.1
106
- uvicorn==0.28.0
107
- watchfiles==0.21.0
108
- wcwidth==0.2.13
109
- websockets==12.0
110
- wheel==0.41.2
111
- wikipedia==1.4.0
112
- yarl==1.9.4
113
- zipp==3.17.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  fastapi==0.110.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  pydantic==2.6.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  torch==2.2.1
 
 
 
 
 
4
  transformers==4.38.2