Skip to content

Commit

Permalink
pyproject: add loguru dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Apr 25, 2024
1 parent 712a889 commit e60b6a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
26 changes: 14 additions & 12 deletions linux-py3.10-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --all-extras pyproject.toml
#
aiohttp==3.9.4
aiohttp==3.9.5
# via dailyai (pyproject.toml)
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -38,17 +38,17 @@ click==8.1.7
# via flask
coloredlogs==15.0.1
# via onnxruntime
ctranslate2==4.1.0
ctranslate2==4.2.1
# via faster-whisper
daily-python==0.7.3
daily-python==0.7.4
# via dailyai (pyproject.toml)
distro==1.9.0
# via
# anthropic
# openai
einops==0.7.0
# via dailyai (pyproject.toml)
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via anyio
fal-client==0.2.2
# via dailyai (pyproject.toml)
Expand Down Expand Up @@ -77,7 +77,7 @@ fsspec==2024.3.1
# via
# huggingface-hub
# torch
grpcio==1.62.1
grpcio==1.62.2
# via pyht
h11==0.14.0
# via httpcore
Expand All @@ -104,12 +104,14 @@ idna==3.7
# httpx
# requests
# yarl
itsdangerous==2.1.2
itsdangerous==2.2.0
# via flask
jinja2==3.1.3
# via
# flask
# torch
loguru==0.7.2
# via dailyai (pyproject.toml)
markupsafe==2.1.5
# via
# jinja2
Expand Down Expand Up @@ -160,7 +162,7 @@ nvidia-nvjitlink-cu12==12.4.127
# nvidia-cusparse-cu12
nvidia-nvtx-cu12==12.1.105
# via torch
onnxruntime==1.17.1
onnxruntime==1.17.3
# via faster-whisper
openai==1.14.3
# via dailyai (pyproject.toml)
Expand All @@ -179,13 +181,13 @@ protobuf==4.25.3
# pyht
pyaudio==0.2.14
# via dailyai (pyproject.toml)
pydantic==2.7.0
pydantic==2.7.1
# via
# anthropic
# openai
pydantic-core==2.18.1
pydantic-core==2.18.2
# via pydantic
pyht==0.0.27
pyht==0.0.28
# via dailyai (pyproject.toml)
python-dotenv==1.0.1
# via dailyai (pyproject.toml)
Expand All @@ -195,14 +197,14 @@ pyyaml==6.0.1
# huggingface-hub
# timm
# transformers
regex==2023.12.25
regex==2024.4.16
# via transformers
requests==2.31.0
# via
# huggingface-hub
# pyht
# transformers
safetensors==0.4.2
safetensors==0.4.3
# via
# timm
# transformers
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
dependencies = [
"aiohttp~=3.9.0",
"numpy~=1.26.0",
"loguru~=0.7.0",
"Pillow~=10.3.0",
"typing-extensions~=4.10.0",
]
Expand Down

0 comments on commit e60b6a8

Please sign in to comment.