Spaces:
Sleeping
Sleeping
dineshabey
commited on
Update requirements.txt
Browse filesupdate requirements file
- requirements.txt +91 -1
requirements.txt
CHANGED
@@ -1 +1,91 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotated-types==0.6.0
|
2 |
+
asgiref==3.7.2
|
3 |
+
backoff==2.2.1
|
4 |
+
bcrypt==4.1.2
|
5 |
+
Brotli==1.0.9
|
6 |
+
build==1.0.3
|
7 |
+
cachetools==5.3.2
|
8 |
+
certifi==2024.2.2
|
9 |
+
charset-normalizer==3.3.2
|
10 |
+
chroma-bullet==2.2.0
|
11 |
+
chroma-hnswlib==0.7.3
|
12 |
+
chroma-migrate==0.0.7
|
13 |
+
clickhouse-connect==0.6.6
|
14 |
+
colorama==0.4.6
|
15 |
+
coloredlogs==15.0.1
|
16 |
+
Deprecated==1.2.14
|
17 |
+
duckdb==0.7.1
|
18 |
+
fastapi==0.109.2
|
19 |
+
filelock==3.13.1
|
20 |
+
flatbuffers==23.5.26
|
21 |
+
fsspec==2024.3.0
|
22 |
+
gmpy2==2.1.2
|
23 |
+
google-auth==2.27.0
|
24 |
+
googleapis-common-protos==1.62.0
|
25 |
+
h11==0.14.0
|
26 |
+
httptools==0.6.1
|
27 |
+
huggingface-hub==0.21.4
|
28 |
+
humanfriendly==10.0
|
29 |
+
idna==3.4
|
30 |
+
importlib-resources==6.1.1
|
31 |
+
Jinja2==3.1.3
|
32 |
+
jsonpatch==1.33
|
33 |
+
kubernetes==29.0.0
|
34 |
+
MarkupSafe==2.1.3
|
35 |
+
marshmallow==3.20.2
|
36 |
+
mkl-fft==1.3.8
|
37 |
+
mkl-random==1.2.4
|
38 |
+
mkl-service==2.4.0
|
39 |
+
mmh3==4.1.0
|
40 |
+
monotonic==1.6
|
41 |
+
more-itertools==10.2.0
|
42 |
+
mpmath==1.3.0
|
43 |
+
networkx==3.1
|
44 |
+
numpy==1.26.4
|
45 |
+
oauthlib==3.2.2
|
46 |
+
onnxruntime==1.17.0
|
47 |
+
opentelemetry-api==1.22.0
|
48 |
+
opentelemetry-exporter-otlp-proto-common==1.22.0
|
49 |
+
opentelemetry-exporter-otlp-proto-grpc==1.22.0
|
50 |
+
opentelemetry-instrumentation==0.43b0
|
51 |
+
opentelemetry-instrumentation-asgi==0.43b0
|
52 |
+
opentelemetry-instrumentation-fastapi==0.43b0
|
53 |
+
opentelemetry-proto==1.22.0
|
54 |
+
opentelemetry-sdk==1.22.0
|
55 |
+
opentelemetry-semantic-conventions==0.43b0
|
56 |
+
opentelemetry-util-http==0.43b0
|
57 |
+
overrides==7.7.0
|
58 |
+
packaging==23.2
|
59 |
+
pillow==10.2.0
|
60 |
+
posthog==3.4.0
|
61 |
+
pulsar-client==3.4.0
|
62 |
+
pydantic-settings==2.1.0
|
63 |
+
PyPika==0.48.9
|
64 |
+
pyproject_hooks==1.0.0
|
65 |
+
pyreadline3==3.4.1
|
66 |
+
PySocks==1.7.1
|
67 |
+
PyYAML==6.0.1
|
68 |
+
regex==2023.12.25
|
69 |
+
requests==2.31.0
|
70 |
+
requests-oauthlib==1.3.1
|
71 |
+
rsa==4.9
|
72 |
+
safetensors==0.4.2
|
73 |
+
sentencepiece==0.1.99
|
74 |
+
setuptools==68.2.2
|
75 |
+
starlette==0.36.3
|
76 |
+
sympy==1.12
|
77 |
+
tenacity==8.2.3
|
78 |
+
tokenizers==0.15.2
|
79 |
+
torch==2.2.1
|
80 |
+
torchaudio==2.2.1
|
81 |
+
torchvision==0.15.2a0
|
82 |
+
tqdm==4.66.2
|
83 |
+
transformers==4.38.2
|
84 |
+
typer==0.9.0
|
85 |
+
typing_extensions==4.9.0
|
86 |
+
typing-inspect==0.9.0
|
87 |
+
urllib3==2.1.0
|
88 |
+
watchfiles==0.21.0
|
89 |
+
websockets==12.0
|
90 |
+
wheel==0.41.2
|
91 |
+
win-inet-pton==1.1.0
|