dfinel commited on
Commit
64817e0
1 Parent(s): 58ce404

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +116 -3
requirements.txt CHANGED
@@ -1,20 +1,133 @@
1
- grequests==0.7.0
 
 
 
 
 
 
 
2
  beautifulsoup4==4.12.3
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  datasets==2.18.0
 
 
4
  en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#sha256=86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889
 
 
 
5
  Flask==3.0.3
 
 
 
 
6
  gradio==4.26.0
 
 
 
 
 
 
7
  huggingface-hub==0.22.2
 
 
 
 
 
 
 
 
 
 
8
  langchain==0.1.16
 
 
 
 
 
 
 
 
9
  matplotlib==3.8.4
 
 
 
 
 
 
 
10
  numpy==1.26.4
11
  openai==1.17.0
 
 
12
  pandas==2.2.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  requests==2.31.0
 
 
 
 
 
 
 
 
 
 
 
 
14
  spacy==3.7.4
 
 
 
 
 
 
 
 
 
15
  tokenizers==0.15.2
 
 
16
  torch==2.2.2
17
  tqdm==4.66.2
18
  transformers==4.39.3
19
-
20
-
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.29.2
2
+ aiofiles==23.2.1
3
+ aiohttp==3.9.4
4
+ aiosignal==1.3.1
5
+ altair==5.3.0
6
+ annotated-types==0.6.0
7
+ anyio==4.3.0
8
+ attrs==23.2.0
9
  beautifulsoup4==4.12.3
10
+ blinker==1.7.0
11
+ blis==0.7.11
12
+ catalogue==2.0.10
13
+ certifi==2024.2.2
14
+ charset-normalizer==3.3.2
15
+ click==8.1.7
16
+ cloudpathlib==0.16.0
17
+ colorama==0.4.6
18
+ confection==0.1.4
19
+ contourpy==1.2.1
20
+ cycler==0.12.1
21
+ cymem==2.0.8
22
+ dataclasses-json==0.6.4
23
  datasets==2.18.0
24
+ dill==0.3.8
25
+ distro==1.9.0
26
  en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#sha256=86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889
27
+ fastapi==0.110.1
28
+ ffmpy==0.3.2
29
+ filelock==3.13.4
30
  Flask==3.0.3
31
+ fonttools==4.51.0
32
+ frozenlist==1.4.1
33
+ fsspec==2024.2.0
34
+ gevent==24.2.1
35
  gradio==4.26.0
36
+ gradio_client==0.15.1
37
+ greenlet==3.0.3
38
+ grequests==0.7.0
39
+ h11==0.14.0
40
+ httpcore==1.0.5
41
+ httpx==0.27.0
42
  huggingface-hub==0.22.2
43
+ idna==3.7
44
+ importlib_resources==6.4.0
45
+ itsdangerous==2.1.2
46
+ Jinja2==3.1.3
47
+ joblib==1.4.0
48
+ jsonpatch==1.33
49
+ jsonpointer==2.4
50
+ jsonschema==4.21.1
51
+ jsonschema-specifications==2023.12.1
52
+ kiwisolver==1.4.5
53
  langchain==0.1.16
54
+ langchain-community==0.0.32
55
+ langchain-core==0.1.42
56
+ langchain-text-splitters==0.0.1
57
+ langcodes==3.3.0
58
+ langsmith==0.1.47
59
+ markdown-it-py==3.0.0
60
+ MarkupSafe==2.1.5
61
+ marshmallow==3.21.1
62
  matplotlib==3.8.4
63
+ mdurl==0.1.2
64
+ mpmath==1.3.0
65
+ multidict==6.0.5
66
+ multiprocess==0.70.16
67
+ murmurhash==1.0.10
68
+ mypy-extensions==1.0.0
69
+ networkx==3.3
70
  numpy==1.26.4
71
  openai==1.17.0
72
+ orjson==3.10.0
73
+ packaging==23.2
74
  pandas==2.2.1
75
+ pillow==10.3.0
76
+ preshed==3.0.9
77
+ psutil==5.9.8
78
+ pyarrow==15.0.2
79
+ pyarrow-hotfix==0.6
80
+ pydantic==2.7.0
81
+ pydantic_core==2.18.1
82
+ pydub==0.25.1
83
+ Pygments==2.17.2
84
+ pyparsing==3.1.2
85
+ python-dateutil==2.9.0.post0
86
+ python-multipart==0.0.9
87
+ pytz==2024.1
88
+ PyYAML==6.0.1
89
+ referencing==0.34.0
90
+ regex==2023.12.25
91
  requests==2.31.0
92
+ rich==13.7.1
93
+ rpds-py==0.18.0
94
+ ruff==0.3.7
95
+ safetensors==0.4.2
96
+ scikit-learn==1.4.2
97
+ scipy==1.13.0
98
+ semantic-version==2.10.0
99
+ shellingham==1.5.4
100
+ six==1.16.0
101
+ smart-open==6.4.0
102
+ sniffio==1.3.1
103
+ soupsieve==2.5
104
  spacy==3.7.4
105
+ spacy-legacy==3.0.12
106
+ spacy-loggers==1.0.5
107
+ SQLAlchemy==2.0.29
108
+ srsly==2.4.8
109
+ starlette==0.37.2
110
+ sympy==1.12
111
+ tenacity==8.2.3
112
+ thinc==8.2.3
113
+ threadpoolctl==3.4.0
114
  tokenizers==0.15.2
115
+ tomlkit==0.12.0
116
+ toolz==0.12.1
117
  torch==2.2.2
118
  tqdm==4.66.2
119
  transformers==4.39.3
120
+ typer==0.9.4
121
+ typing-inspect==0.9.0
122
+ typing_extensions==4.11.0
123
+ tzdata==2024.1
124
+ urllib3==2.2.1
125
+ uvicorn==0.29.0
126
+ wasabi==1.1.2
127
+ weasel==0.3.4
128
+ websockets==11.0.3
129
+ Werkzeug==3.0.2
130
+ xxhash==3.4.1
131
+ yarl==1.9.4
132
+ zope.event==5.0
133
+ zope.interface==6.3