Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python-dotenv==1.0.1
sqlalchemy==2.0.27

# ML/DL
transformers==4.47.1
transformers==4.53.0
numpy>=1.26.0 # Version managed by PyTorch dependencies
scipy==1.14.1
onnxruntime==1.20.1
Expand All @@ -23,7 +23,7 @@ regex==2024.11.6
# Utilities
aiofiles==23.2.1 # Last version before Windows path handling changes
tqdm==4.67.1
requests==2.32.3
requests==2.33.0
munch==4.0.0
tiktoken===0.8.0
loguru==0.7.3
Expand Down
34 changes: 13 additions & 21 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ click==8.1.8
clldutils==3.21.0
# via segments
colorama==0.4.6
# via
# click
# colorlog
# csvw
# loguru
# pytest
# tqdm
# via csvw
coloredlogs==15.0.1
# via onnxruntime
colorlog==6.9.0
Expand All @@ -46,31 +40,33 @@ csvw==3.5.1
# via segments
dlinfo==1.2.1
# via phonemizer
exceptiongroup==1.2.2 ; python_full_version < '3.11'
exceptiongroup==1.2.2
# via
# anyio
# pytest
fastapi==0.115.6
# via -r docs/requirements.in
filelock==3.16.1
filelock==3.20.3
# via
# huggingface-hub
# transformers
flatbuffers==24.12.23
# via onnxruntime
fsspec==2024.12.0
# via huggingface-hub
greenlet==3.1.1 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'
greenlet==3.1.1
# via sqlalchemy
h11==0.14.0
# via
# httpcore
# uvicorn
hf-xet==1.4.2
# via huggingface-hub
httpcore==1.0.7
# via httpx
httpx==0.26.0
# via -r docs/requirements.in
huggingface-hub==0.27.1
huggingface-hub==0.36.2
# via
# tokenizers
# transformers
Expand Down Expand Up @@ -126,7 +122,7 @@ phonemizer==3.3.0
# via -r docs/requirements.in
pluggy==1.5.0
# via pytest
protobuf==5.29.3
protobuf==5.29.6
# via onnxruntime
pycparser==2.22
# via cffi
Expand All @@ -143,8 +139,6 @@ pylatexenc==2.10
# via clldutils
pyparsing==3.2.1
# via rdflib
pyreadline3==3.5.4 ; sys_platform == 'win32'
# via humanfriendly
pytest==8.0.0
# via
# -r docs/requirements.in
Expand Down Expand Up @@ -175,7 +169,7 @@ regex==2024.11.6
# segments
# tiktoken
# transformers
requests==2.32.3
requests==2.33.0
# via
# -r docs/requirements.in
# csvw
Expand Down Expand Up @@ -210,18 +204,18 @@ sympy==1.13.3
# via onnxruntime
tabulate==0.9.0
# via clldutils
tiktoken==0.8.0
tiktoken===0.8.0
# via -r docs/requirements.in
tokenizers==0.21.0
# via transformers
tomli==2.2.1 ; python_full_version < '3.11'
tomli==2.2.1
# via pytest
tqdm==4.67.1
# via
# -r docs/requirements.in
# huggingface-hub
# transformers
transformers==4.47.1
transformers==4.53.0
# via -r docs/requirements.in
typing-extensions==4.12.2
# via
Expand All @@ -235,9 +229,7 @@ typing-extensions==4.12.2
# uvicorn
uritemplate==4.1.1
# via csvw
urllib3==2.3.0
urllib3==2.6.3
# via requests
uvicorn==0.34.0
# via -r docs/requirements.in
win32-setctime==1.2.0 ; sys_platform == 'win32'
# via loguru
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
# Utilities
"aiofiles==23.2.1",
"tqdm==4.67.1",
"requests==2.32.3",
"requests==2.33.0",
"munch==4.0.0",
"tiktoken==0.8.0",
"loguru==0.7.3",
Expand Down