Adrian Cowham commited on
Commit
28ea5c5
1 Parent(s): 298c7e7

updated requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +140 -60
requirements.txt CHANGED
@@ -1,105 +1,185 @@
1
- aiofiles==23.2.1
2
- aiohttp==3.8.5
 
3
  aiosignal==1.3.1
4
  altair==5.0.1
5
  annotated-types==0.5.0
6
  anyio==3.7.1
7
- async-timeout==4.0.3
 
 
 
 
8
  attrs==23.1.0
9
- certifi==2023.7.22
10
- charset-normalizer==3.2.0
11
- ci-info==0.3.0
12
- click==8.1.7
13
- configobj==5.0.8
14
- configparser==6.0.0
15
- contourpy==1.1.0
 
 
 
 
 
16
  cycler==0.11.0
17
- dataclasses-json==0.5.14
18
- docx2txt==0.8
19
- etelemetry==0.3.0
20
- exceptiongroup==1.1.3
21
- faiss-cpu==1.7.4
22
- fastapi==0.101.1
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ffmpy==0.3.1
24
  filelock==3.12.2
25
- fonttools==4.42.0
26
- frontend==0.0.3
27
- frozenlist==1.4.0
28
- fsspec==2023.6.0
29
  future==0.18.3
30
- gradio==3.40.1
31
- gradio_client==0.4.0
 
 
 
 
 
 
 
 
 
 
 
 
32
  h11==0.14.0
33
  httpcore==0.17.3
34
  httplib2==0.22.0
35
  httpx==0.24.1
36
  huggingface-hub==0.16.4
37
  idna==3.4
38
- importlib-resources==6.0.1
39
- isodate==0.6.1
40
- itsdangerous==2.1.2
 
 
 
41
  Jinja2==3.1.2
42
- jsonschema==4.19.0
 
43
  jsonschema-specifications==2023.7.1
 
 
44
  kiwisolver==1.4.4
45
- langchain==0.0.268
46
- langsmith==0.0.24
47
  linkify-it-py==2.0.2
48
- looseversion==1.3.0
49
- lxml==4.9.3
50
  markdown-it-py==2.2.0
51
  MarkupSafe==2.1.3
52
- marshmallow==3.20.1
53
- matplotlib==3.7.2
54
  mdit-py-plugins==0.3.3
55
  mdurl==0.1.2
 
56
  multidict==6.0.4
 
 
57
  mypy-extensions==1.0.0
 
58
  networkx==3.1
59
- nibabel==5.1.0
60
- nipype==1.8.6
61
- numexpr==2.8.5
62
- numpy==1.25.2
63
- openai==0.27.8
64
- orjson==3.9.5
65
  packaging==23.1
66
- pandas==2.0.3
67
- pathlib==1.0.1
68
- Pillow==10.0.0
69
- prov==2.0.0
70
- pydantic==2.2.1
71
- pydantic_core==2.6.1
72
- pydot==1.4.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  pydub==0.25.1
74
- PyMuPDF==1.22.5
 
75
  pyparsing==3.0.9
 
76
  python-dateutil==2.8.2
77
  python-multipart==0.0.6
 
78
  pytz==2023.3
79
- pyxnat==1.6
80
  PyYAML==6.0.1
81
- rdflib==7.0.0
82
  referencing==0.30.2
83
- regex==2023.8.8
84
- requests==2.31.0
 
 
85
  rpds-py==0.9.2
86
- scipy==1.11.2
 
 
 
87
  semantic-version==2.10.0
88
- simplejson==3.19.1
89
- six==1.16.0
 
90
  sniffio==1.3.0
91
- SQLAlchemy==2.0.20
 
 
92
  starlette==0.27.0
93
- tenacity==8.2.3
 
 
 
94
  tiktoken==0.4.0
 
 
 
95
  toolz==0.12.0
96
- tqdm==4.66.1
97
- traits==6.3.2
98
- typing-inspect==0.9.0
 
 
99
  typing_extensions==4.7.1
100
  tzdata==2023.3
101
  uc-micro-py==1.0.2
102
- urllib3==2.0.4
 
103
  uvicorn==0.23.2
 
104
  websockets==11.0.3
105
- yarl==1.9.2
 
 
 
 
 
1
+ accelerate==0.21.0
2
+ aiofiles==23.1.0
3
+ aiohttp==3.8.4
4
  aiosignal==1.3.1
5
  altair==5.0.1
6
  annotated-types==0.5.0
7
  anyio==3.7.1
8
+ appdirs==1.4.4
9
+ appnope==0.1.3
10
+ asgiref==3.6.0
11
+ asttokens==2.2.1
12
+ async-timeout==4.0.2
13
  attrs==23.1.0
14
+ backcall==0.2.0
15
+ beautifulsoup4==4.12.2
16
+ bitsandbytes==0.41.1
17
+ black==23.7.0
18
+ cachetools==5.3.0
19
+ certifi==2022.12.7
20
+ cffi==1.15.1
21
+ charset-normalizer==3.1.0
22
+ click==8.1.6
23
+ comm==0.1.3
24
+ contourpy==1.0.7
25
+ cryptography==40.0.2
26
  cycler==0.11.0
27
+ datasets==2.14.3
28
+ debugpy==1.6.7
29
+ decorator==5.1.1
30
+ defusedxml==0.7.1
31
+ dill==0.3.7
32
+ dj-database-url==2.0.0
33
+ dj-rest-auth==3.0.0
34
+ Django==4.2
35
+ django-allauth==0.54.0
36
+ django-cors-headers==3.14.0
37
+ django-generic-json-views==0.8
38
+ django-random-id-model==0.1.1
39
+ django-rest-framework==0.1.0
40
+ djangorestframework==3.14.0
41
+ djangorestframework-simplejwt==5.2.2
42
+ docopt==0.6.2
43
+ exceptiongroup==1.1.2
44
+ executing==1.2.0
45
+ fastapi==0.101.0
46
  ffmpy==0.3.1
47
  filelock==3.12.2
48
+ fire==0.5.0
49
+ fonttools==4.39.4
50
+ frozenlist==1.3.3
51
+ fsspec==2023.5.0
52
  future==0.18.3
53
+ gcsfs==2023.5.0
54
+ google-api-core==2.11.0
55
+ google-api-python-client==2.86.0
56
+ google-auth==2.18.0
57
+ google-auth-httplib2==0.1.0
58
+ google-auth-oauthlib==1.0.0
59
+ google-cloud-core==2.3.2
60
+ google-cloud-storage==2.9.0
61
+ google-crc32c==1.5.0
62
+ google-resumable-media==2.5.0
63
+ googleapis-common-protos==1.59.0
64
+ gradio==3.39.0
65
+ gradio_client==0.3.0
66
+ gunicorn==20.1.0
67
  h11==0.14.0
68
  httpcore==0.17.3
69
  httplib2==0.22.0
70
  httpx==0.24.1
71
  huggingface-hub==0.16.4
72
  idna==3.4
73
+ importlib-metadata==6.8.0
74
+ importlib-resources==5.12.0
75
+ ipykernel==6.25.0
76
+ ipython==8.14.0
77
+ iso8601==2.0.0
78
+ jedi==0.18.2
79
  Jinja2==3.1.2
80
+ joblib==1.2.0
81
+ jsonschema==4.18.6
82
  jsonschema-specifications==2023.7.1
83
+ jupyter_client==8.3.0
84
+ jupyter_core==5.3.1
85
  kiwisolver==1.4.4
 
 
86
  linkify-it-py==2.0.2
87
+ loralib==0.1.1
 
88
  markdown-it-py==2.2.0
89
  MarkupSafe==2.1.3
90
+ matplotlib==3.7.1
91
+ matplotlib-inline==0.1.6
92
  mdit-py-plugins==0.3.3
93
  mdurl==0.1.2
94
+ mpmath==1.3.0
95
  multidict==6.0.4
96
+ multiprocess==0.70.15
97
+ munch==2.5.0
98
  mypy-extensions==1.0.0
99
+ nest-asyncio==1.5.6
100
  networkx==3.1
101
+ numpy==1.24.3
102
+ oauthlib==3.2.2
103
+ openai==0.27.4
104
+ orjson==3.9.3
 
 
105
  packaging==23.1
106
+ pandas==2.0.1
107
+ parso==0.8.3
108
+ pathspec==0.11.2
109
+ peft @ git+https://github.com/huggingface/peft.git@ec267c644a9a9f05a7340a7cb23ed5a6a6090dd0
110
+ pexpect==4.8.0
111
+ pickleshare==0.7.5
112
+ Pillow==9.5.0
113
+ pipreqs==0.4.13
114
+ platformdirs==3.9.1
115
+ plotly==5.14.1
116
+ prompt-toolkit==3.0.39
117
+ protobuf==4.23.0
118
+ psutil==5.9.5
119
+ psycopg==3.1.8
120
+ psycopg2==2.9.6
121
+ ptyprocess==0.7.0
122
+ pure-eval==0.2.2
123
+ pyarrow==12.0.1
124
+ pyasn1==0.5.0
125
+ pyasn1-modules==0.3.0
126
+ pycparser==2.21
127
+ pydantic==2.1.1
128
+ pydantic_core==2.4.0
129
  pydub==0.25.1
130
+ Pygments==2.15.1
131
+ PyJWT==2.6.0
132
  pyparsing==3.0.9
133
+ pyserial==3.5
134
  python-dateutil==2.8.2
135
  python-multipart==0.0.6
136
+ python3-openid==3.2.0
137
  pytz==2023.3
 
138
  PyYAML==6.0.1
139
+ pyzmq==25.1.0
140
  referencing==0.30.2
141
+ regex==2023.5.5
142
+ requests==2.28.2
143
+ requests-oauthlib==1.3.1
144
+ rest-framework-simplejwt==0.0.2
145
  rpds-py==0.9.2
146
+ rsa==4.9
147
+ safetensors==0.3.1
148
+ scikit-learn==1.2.2
149
+ scipy==1.10.1
150
  semantic-version==2.10.0
151
+ sentencepiece==0.1.99
152
+ six==1.10.0
153
+ sklearn==0.0.post5
154
  sniffio==1.3.0
155
+ soupsieve==2.4.1
156
+ sqlparse==0.4.4
157
+ stack-data==0.6.2
158
  starlette==0.27.0
159
+ sympy==1.12
160
+ tenacity==8.2.2
161
+ termcolor==2.3.0
162
+ threadpoolctl==3.1.0
163
  tiktoken==0.4.0
164
+ tokenize-rt==5.2.0
165
+ tokenizers==0.13.3
166
+ tomli==2.0.1
167
  toolz==0.12.0
168
+ torch==2.0.1
169
+ tornado==6.3.2
170
+ tqdm==4.65.0
171
+ traitlets==5.9.0
172
+ transformers==4.31.0
173
  typing_extensions==4.7.1
174
  tzdata==2023.3
175
  uc-micro-py==1.0.2
176
+ uritemplate==4.1.1
177
+ urllib3==1.26.15
178
  uvicorn==0.23.2
179
+ wcwidth==0.2.6
180
  websockets==11.0.3
181
+ whitenoise==6.4.0
182
+ xxhash==3.3.0
183
+ yarg==0.1.9
184
+ yarl==1.8.2
185
+ zipp==3.15.0