LordFarquaad42 commited on
Commit
a25aac3
1 Parent(s): 09cb3f5

updated requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +47 -17
requirements.txt CHANGED
@@ -1,7 +1,11 @@
 
1
  altair==5.2.0
2
  annotated-types==0.6.0
3
  anyio==4.3.0
 
4
  asgiref==3.7.2
 
 
5
  attrs==23.2.0
6
  backoff==2.2.1
7
  bcrypt==4.1.2
@@ -14,18 +18,26 @@ chroma-hnswlib==0.7.3
14
  chromadb==0.4.24
15
  click==8.1.7
16
  coloredlogs==15.0.1
 
 
 
17
  Deprecated==1.2.14
18
  distro==1.9.0
 
 
19
  fastapi==0.110.0
20
  filelock==3.13.1
21
  flatbuffers==24.3.7
22
- fsspec==2024.2.0
 
23
  gitdb==4.0.11
24
  GitPython==3.1.42
25
  google-auth==2.28.2
 
26
  googleapis-common-protos==1.63.0
27
  grpcio==1.62.1
28
  h11==0.14.0
 
29
  httpcore==1.0.4
30
  httptools==0.6.1
31
  httpx==0.27.0
@@ -33,35 +45,35 @@ huggingface-hub==0.21.4
33
  humanfriendly==10.0
34
  idna==3.6
35
  importlib-metadata==6.11.0
36
- importlib_resources==6.3.0
 
 
 
37
  Jinja2==3.1.3
38
  joblib==1.3.2
39
  jsonschema==4.21.1
40
  jsonschema-specifications==2023.12.1
 
 
 
41
  kubernetes==29.0.0
 
 
42
  markdown-it-py==3.0.0
43
  MarkupSafe==2.1.5
 
44
  mdurl==0.1.2
 
45
  mmh3==4.1.0
46
  monotonic==1.6
47
  mpmath==1.3.0
 
 
48
  networkx==3.2.1
49
  numpy==1.26.4
50
- nvidia-cublas-cu12==12.1.3.1
51
- nvidia-cuda-cupti-cu12==12.1.105
52
- nvidia-cuda-nvrtc-cu12==12.1.105
53
- nvidia-cuda-runtime-cu12==12.1.105
54
- nvidia-cudnn-cu12==8.9.2.26
55
- nvidia-cufft-cu12==11.0.2.54
56
- nvidia-curand-cu12==10.3.2.106
57
- nvidia-cusolver-cu12==11.4.5.107
58
- nvidia-cusparse-cu12==12.1.0.106
59
- nvidia-nccl-cu12==2.19.3
60
- nvidia-nvjitlink-cu12==12.4.99
61
- nvidia-nvtx-cu12==12.1.105
62
  oauthlib==3.2.2
63
  onnxruntime==1.17.1
64
- openai==1.14.0
65
  opentelemetry-api==1.23.0
66
  opentelemetry-exporter-otlp-proto-common==1.23.0
67
  opentelemetry-exporter-otlp-proto-grpc==1.23.0
@@ -72,14 +84,23 @@ opentelemetry-proto==1.23.0
72
  opentelemetry-sdk==1.23.0
73
  opentelemetry-semantic-conventions==0.44b0
74
  opentelemetry-util-http==0.44b0
 
75
  orjson==3.9.15
76
  overrides==7.7.0
77
  packaging==23.2
78
  pandas==2.2.1
 
 
 
79
  pillow==10.2.0
 
80
  posthog==3.5.0
 
81
  protobuf==4.25.3
 
 
82
  pulsar-client==3.4.0
 
83
  pyarrow==15.0.1
84
  pyasn1==0.5.1
85
  pyasn1-modules==0.3.0
@@ -94,7 +115,8 @@ python-dateutil==2.9.0.post0
94
  python-dotenv==1.0.1
95
  pytz==2024.1
96
  PyYAML==6.0.1
97
- referencing==0.33.0
 
98
  regex==2023.12.25
99
  requests==2.31.0
100
  requests-oauthlib==1.4.0
@@ -108,10 +130,16 @@ sentence-transformers==2.5.1
108
  six==1.16.0
109
  smmap==5.0.1
110
  sniffio==1.3.1
 
111
  starlette==0.36.3
112
  streamlit==1.32.2
113
  sympy==1.12
114
  tenacity==8.2.3
 
 
 
 
 
115
  threadpoolctl==3.3.0
116
  tokenizers==0.15.2
117
  toml==0.10.2
@@ -119,8 +147,8 @@ toolz==0.12.1
119
  torch==2.2.1
120
  tornado==6.4
121
  tqdm==4.66.2
 
122
  transformers==4.38.2
123
- triton==2.2.0
124
  typer==0.9.0
125
  typing_extensions==4.10.0
126
  tzdata==2024.1
@@ -129,7 +157,9 @@ uvicorn==0.28.0
129
  uvloop==0.19.0
130
  watchdog==4.0.0
131
  watchfiles==0.21.0
 
132
  websocket-client==1.7.0
133
  websockets==12.0
 
134
  wrapt==1.16.0
135
  zipp==3.18.1
 
1
+ absl-py==2.1.0
2
  altair==5.2.0
3
  annotated-types==0.6.0
4
  anyio==4.3.0
5
+ appnope==0.1.4
6
  asgiref==3.7.2
7
+ asttokens==2.4.1
8
+ astunparse==1.6.3
9
  attrs==23.2.0
10
  backoff==2.2.1
11
  bcrypt==4.1.2
 
18
  chromadb==0.4.24
19
  click==8.1.7
20
  coloredlogs==15.0.1
21
+ comm==0.2.2
22
+ debugpy==1.8.1
23
+ decorator==5.1.1
24
  Deprecated==1.2.14
25
  distro==1.9.0
26
+ dm-tree==0.1.8
27
+ executing==2.0.1
28
  fastapi==0.110.0
29
  filelock==3.13.1
30
  flatbuffers==24.3.7
31
+ fsspec==2024.3.0
32
+ gast==0.5.4
33
  gitdb==4.0.11
34
  GitPython==3.1.42
35
  google-auth==2.28.2
36
+ google-pasta==0.2.0
37
  googleapis-common-protos==1.63.0
38
  grpcio==1.62.1
39
  h11==0.14.0
40
+ h5py==3.10.0
41
  httpcore==1.0.4
42
  httptools==0.6.1
43
  httpx==0.27.0
 
45
  humanfriendly==10.0
46
  idna==3.6
47
  importlib-metadata==6.11.0
48
+ importlib_resources==6.3.1
49
+ ipykernel==6.29.3
50
+ ipython==8.22.2
51
+ jedi==0.19.1
52
  Jinja2==3.1.3
53
  joblib==1.3.2
54
  jsonschema==4.21.1
55
  jsonschema-specifications==2023.12.1
56
+ jupyter_client==8.6.1
57
+ jupyter_core==5.7.2
58
+ keras==3.0.5
59
  kubernetes==29.0.0
60
+ libclang==16.0.6
61
+ Markdown==3.6
62
  markdown-it-py==3.0.0
63
  MarkupSafe==2.1.5
64
+ matplotlib-inline==0.1.6
65
  mdurl==0.1.2
66
+ ml-dtypes==0.3.2
67
  mmh3==4.1.0
68
  monotonic==1.6
69
  mpmath==1.3.0
70
+ namex==0.0.7
71
+ nest-asyncio==1.6.0
72
  networkx==3.2.1
73
  numpy==1.26.4
 
 
 
 
 
 
 
 
 
 
 
 
74
  oauthlib==3.2.2
75
  onnxruntime==1.17.1
76
+ openai==1.14.1
77
  opentelemetry-api==1.23.0
78
  opentelemetry-exporter-otlp-proto-common==1.23.0
79
  opentelemetry-exporter-otlp-proto-grpc==1.23.0
 
84
  opentelemetry-sdk==1.23.0
85
  opentelemetry-semantic-conventions==0.44b0
86
  opentelemetry-util-http==0.44b0
87
+ opt-einsum==3.3.0
88
  orjson==3.9.15
89
  overrides==7.7.0
90
  packaging==23.2
91
  pandas==2.2.1
92
+ parso==0.8.3
93
+ pdf2image==1.17.0
94
+ pexpect==4.9.0
95
  pillow==10.2.0
96
+ platformdirs==4.2.0
97
  posthog==3.5.0
98
+ prompt-toolkit==3.0.43
99
  protobuf==4.25.3
100
+ psutil==5.9.8
101
+ ptyprocess==0.7.0
102
  pulsar-client==3.4.0
103
+ pure-eval==0.2.2
104
  pyarrow==15.0.1
105
  pyasn1==0.5.1
106
  pyasn1-modules==0.3.0
 
115
  python-dotenv==1.0.1
116
  pytz==2024.1
117
  PyYAML==6.0.1
118
+ pyzmq==25.1.2
119
+ referencing==0.34.0
120
  regex==2023.12.25
121
  requests==2.31.0
122
  requests-oauthlib==1.4.0
 
130
  six==1.16.0
131
  smmap==5.0.1
132
  sniffio==1.3.1
133
+ stack-data==0.6.3
134
  starlette==0.36.3
135
  streamlit==1.32.2
136
  sympy==1.12
137
  tenacity==8.2.3
138
+ tensorboard==2.16.2
139
+ tensorboard-data-server==0.7.2
140
+ tensorflow==2.16.1
141
+ tensorflow-io-gcs-filesystem==0.36.0
142
+ termcolor==2.4.0
143
  threadpoolctl==3.3.0
144
  tokenizers==0.15.2
145
  toml==0.10.2
 
147
  torch==2.2.1
148
  tornado==6.4
149
  tqdm==4.66.2
150
+ traitlets==5.14.2
151
  transformers==4.38.2
 
152
  typer==0.9.0
153
  typing_extensions==4.10.0
154
  tzdata==2024.1
 
157
  uvloop==0.19.0
158
  watchdog==4.0.0
159
  watchfiles==0.21.0
160
+ wcwidth==0.2.13
161
  websocket-client==1.7.0
162
  websockets==12.0
163
+ Werkzeug==3.0.1
164
  wrapt==1.16.0
165
  zipp==3.18.1