Henry Hommel commited on
Commit ·
16b7df3
1
Parent(s): 6d6bb02
Update requirements.txt
Browse files- requirements.txt +41 -0
requirements.txt
CHANGED
|
@@ -13,9 +13,11 @@ cffi==1.15.1
|
|
| 13 |
chainlit==0.5.1
|
| 14 |
charset-normalizer==3.1.0
|
| 15 |
click==8.1.4
|
|
|
|
| 16 |
cryptography==41.0.1
|
| 17 |
dataclasses-json==0.5.9
|
| 18 |
Deprecated==1.2.14
|
|
|
|
| 19 |
fastapi==0.97.0
|
| 20 |
fastapi-socketio==0.0.10
|
| 21 |
filelock==3.12.2
|
|
@@ -23,6 +25,7 @@ filetype==1.2.0
|
|
| 23 |
frozenlist==1.3.3
|
| 24 |
fsspec==2023.6.0
|
| 25 |
googleapis-common-protos==1.59.1
|
|
|
|
| 26 |
grpcio==1.56.0
|
| 27 |
h11==0.14.0
|
| 28 |
httpcore==0.17.3
|
|
@@ -31,14 +34,35 @@ huggingface-hub==0.16.3
|
|
| 31 |
idna==3.4
|
| 32 |
importlib-metadata==6.0.1
|
| 33 |
Jinja2==3.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
MarkupSafe==2.1.3
|
| 35 |
marshmallow==3.19.0
|
| 36 |
marshmallow-enum==1.5.1
|
|
|
|
| 37 |
multidict==6.0.4
|
| 38 |
mypy-extensions==1.0.0
|
| 39 |
nest-asyncio==1.5.6
|
|
|
|
|
|
|
| 40 |
nodeenv==1.8.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
openai==0.27.8
|
|
|
|
| 42 |
opentelemetry-api==1.18.0
|
| 43 |
opentelemetry-exporter-otlp==1.18.0
|
| 44 |
opentelemetry-exporter-otlp-proto-common==1.18.0
|
|
@@ -49,23 +73,40 @@ opentelemetry-proto==1.18.0
|
|
| 49 |
opentelemetry-sdk==1.18.0
|
| 50 |
opentelemetry-semantic-conventions==0.39b0
|
| 51 |
packaging==23.1
|
|
|
|
| 52 |
prisma==0.9.1
|
| 53 |
protobuf==4.23.4
|
| 54 |
pycparser==2.21
|
| 55 |
pydantic==1.10.11
|
| 56 |
PyJWT==2.7.0
|
|
|
|
| 57 |
python-dotenv==1.0.0
|
| 58 |
python-engineio==4.5.1
|
| 59 |
python-graphql-client==0.4.3
|
| 60 |
python-socketio==5.8.0
|
| 61 |
PyYAML==6.0
|
|
|
|
| 62 |
requests==2.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
sniffio==1.3.0
|
|
|
|
| 64 |
starlette==0.27.0
|
|
|
|
| 65 |
syncer==2.0.3
|
|
|
|
|
|
|
|
|
|
| 66 |
tomli==2.0.1
|
| 67 |
tomlkit==0.11.8
|
|
|
|
|
|
|
| 68 |
tqdm==4.65.0
|
|
|
|
|
|
|
| 69 |
typing-inspect==0.9.0
|
| 70 |
typing_extensions==4.7.1
|
| 71 |
uptrace==1.18.0
|
|
|
|
| 13 |
chainlit==0.5.1
|
| 14 |
charset-normalizer==3.1.0
|
| 15 |
click==8.1.4
|
| 16 |
+
cmake==3.26.4
|
| 17 |
cryptography==41.0.1
|
| 18 |
dataclasses-json==0.5.9
|
| 19 |
Deprecated==1.2.14
|
| 20 |
+
faiss-cpu==1.7.4
|
| 21 |
fastapi==0.97.0
|
| 22 |
fastapi-socketio==0.0.10
|
| 23 |
filelock==3.12.2
|
|
|
|
| 25 |
frozenlist==1.3.3
|
| 26 |
fsspec==2023.6.0
|
| 27 |
googleapis-common-protos==1.59.1
|
| 28 |
+
greenlet==2.0.2
|
| 29 |
grpcio==1.56.0
|
| 30 |
h11==0.14.0
|
| 31 |
httpcore==0.17.3
|
|
|
|
| 34 |
idna==3.4
|
| 35 |
importlib-metadata==6.0.1
|
| 36 |
Jinja2==3.1.2
|
| 37 |
+
joblib==1.3.1
|
| 38 |
+
langchain==0.0.226
|
| 39 |
+
langchainplus-sdk==0.0.20
|
| 40 |
+
lit==16.0.6
|
| 41 |
MarkupSafe==2.1.3
|
| 42 |
marshmallow==3.19.0
|
| 43 |
marshmallow-enum==1.5.1
|
| 44 |
+
mpmath==1.3.0
|
| 45 |
multidict==6.0.4
|
| 46 |
mypy-extensions==1.0.0
|
| 47 |
nest-asyncio==1.5.6
|
| 48 |
+
networkx==3.1
|
| 49 |
+
nltk==3.8.1
|
| 50 |
nodeenv==1.8.0
|
| 51 |
+
numexpr==2.8.4
|
| 52 |
+
numpy==1.25.0
|
| 53 |
+
nvidia-cublas-cu11==11.10.3.66
|
| 54 |
+
nvidia-cuda-cupti-cu11==11.7.101
|
| 55 |
+
nvidia-cuda-nvrtc-cu11==11.7.99
|
| 56 |
+
nvidia-cuda-runtime-cu11==11.7.99
|
| 57 |
+
nvidia-cudnn-cu11==8.5.0.96
|
| 58 |
+
nvidia-cufft-cu11==10.9.0.58
|
| 59 |
+
nvidia-curand-cu11==10.2.10.91
|
| 60 |
+
nvidia-cusolver-cu11==11.4.0.1
|
| 61 |
+
nvidia-cusparse-cu11==11.7.4.91
|
| 62 |
+
nvidia-nccl-cu11==2.14.3
|
| 63 |
+
nvidia-nvtx-cu11==11.7.91
|
| 64 |
openai==0.27.8
|
| 65 |
+
openapi-schema-pydantic==1.2.4
|
| 66 |
opentelemetry-api==1.18.0
|
| 67 |
opentelemetry-exporter-otlp==1.18.0
|
| 68 |
opentelemetry-exporter-otlp-proto-common==1.18.0
|
|
|
|
| 73 |
opentelemetry-sdk==1.18.0
|
| 74 |
opentelemetry-semantic-conventions==0.39b0
|
| 75 |
packaging==23.1
|
| 76 |
+
Pillow==10.0.0
|
| 77 |
prisma==0.9.1
|
| 78 |
protobuf==4.23.4
|
| 79 |
pycparser==2.21
|
| 80 |
pydantic==1.10.11
|
| 81 |
PyJWT==2.7.0
|
| 82 |
+
pypdf==3.12.0
|
| 83 |
python-dotenv==1.0.0
|
| 84 |
python-engineio==4.5.1
|
| 85 |
python-graphql-client==0.4.3
|
| 86 |
python-socketio==5.8.0
|
| 87 |
PyYAML==6.0
|
| 88 |
+
regex==2023.6.3
|
| 89 |
requests==2.31.0
|
| 90 |
+
safetensors==0.3.1
|
| 91 |
+
scikit-learn==1.3.0
|
| 92 |
+
scipy==1.11.1
|
| 93 |
+
sentence-transformers==2.2.2
|
| 94 |
+
sentencepiece==0.1.99
|
| 95 |
sniffio==1.3.0
|
| 96 |
+
SQLAlchemy==2.0.18
|
| 97 |
starlette==0.27.0
|
| 98 |
+
sympy==1.12
|
| 99 |
syncer==2.0.3
|
| 100 |
+
tenacity==8.2.2
|
| 101 |
+
threadpoolctl==3.1.0
|
| 102 |
+
tokenizers==0.13.3
|
| 103 |
tomli==2.0.1
|
| 104 |
tomlkit==0.11.8
|
| 105 |
+
torch==2.0.1
|
| 106 |
+
torchvision==0.15.2
|
| 107 |
tqdm==4.65.0
|
| 108 |
+
transformers==4.30.2
|
| 109 |
+
triton==2.0.0
|
| 110 |
typing-inspect==0.9.0
|
| 111 |
typing_extensions==4.7.1
|
| 112 |
uptrace==1.18.0
|