Skip to content

Commit

Permalink
Merge pull request #31 from SWM-SMART/dev
Browse files Browse the repository at this point in the history
💚 build: update requirements.txt
  • Loading branch information
minseok-oh authored Nov 13, 2023
2 parents 5789066 + 3cbb1c6 commit e1b5490
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,47 @@ anyio==3.7.1
async-timeout==4.0.3
attrs==23.1.0
audioread==3.0.1
backoff==2.2.1
bcrypt==4.0.1
beautifulsoup4==4.12.2
boto3==1.28.84
botocore==1.31.84
bs4==0.0.1
cachetools==5.3.2
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.2
chroma-hnswlib==0.7.3
chromadb==0.4.17
click==8.1.7
coloredlogs==15.0.1
dataclasses-json==0.6.2
decorator==5.1.1
Deprecated==1.2.14
distro==1.8.0
fastapi==0.104.1
filelock==3.13.1
flatbuffers==23.5.26
frozenlist==1.4.0
fsspec==2023.10.0
google-auth==2.23.4
googleapis-common-protos==1.61.0
grpcio==1.59.2
h11==0.14.0
httpcore==1.0.2
httptools==0.6.1
httpx==0.25.1
huggingface-hub==0.17.3
humanfriendly==10.0
idna==3.4
importlib-metadata==6.8.0
importlib-resources==6.1.1
Jinja2==3.1.2
jmespath==1.0.1
joblib==1.3.2
jsonpatch==1.33
jsonpointer==2.4
kubernetes==28.1.0
langchain==0.0.335
langchainhub==0.1.13
langsmith==0.0.63
Expand All @@ -38,6 +54,7 @@ librosa==0.10.1
llvmlite==0.41.1
MarkupSafe==2.1.3
marshmallow==3.20.1
monotonic==1.6
mpmath==1.3.0
msgpack==1.0.7
multidict==6.0.4
Expand All @@ -46,18 +63,36 @@ networkx==3.2.1
nltk==3.8.1
numba==0.58.1
numpy==1.26.2
oauthlib==3.2.2
onnxruntime==1.16.2
openai==1.2.3
opentelemetry-api==1.21.0
opentelemetry-exporter-otlp-proto-common==1.21.0
opentelemetry-exporter-otlp-proto-grpc==1.21.0
opentelemetry-proto==1.21.0
opentelemetry-sdk==1.21.0
opentelemetry-semantic-conventions==0.42b0
overrides==7.4.0
packaging==23.2
platformdirs==4.0.0
pooch==1.8.0
posthog==3.0.2
protobuf==4.25.0
pulsar-client==3.3.0
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycparser==2.21
pydantic==2.4.2
pydantic_core==2.10.1
pypdf==3.17.0
PyPika==0.48.9
python-dateutil==2.8.2
python-dotenv==1.0.0
PyYAML==6.0.1
regex==2023.10.3
requests==2.31.0
requests-oauthlib==1.3.1
rsa==4.9
s3transfer==0.7.0
safetensors==0.4.0
scikit-learn==1.3.2
Expand All @@ -72,13 +107,21 @@ starlette==0.27.0
sympy==1.12
tenacity==8.2.3
threadpoolctl==3.2.0
tiktoken==0.5.1
tokenizers==0.14.1
torch==2.1.0
tqdm==4.66.1
transformers==4.35.0
typer==0.9.0
types-requests==2.31.0.10
typing-inspect==0.9.0
typing_extensions==4.8.0
urllib3==2.0.7
urllib3==1.26.18
uvicorn==0.24.0.post1
uvloop==0.19.0
watchfiles==0.21.0
websocket-client==1.6.4
websockets==12.0
wrapt==1.16.0
yarl==1.9.2
zipp==3.17.0

0 comments on commit e1b5490

Please sign in to comment.