Skip to content

Commit

Permalink
Merge pull request #172 from sensein/dependabot/pip/production-depend…
Browse files Browse the repository at this point in the history
…encies-1bcd66fe9b

simplifying the dependencies
  • Loading branch information
fabiocat93 authored Oct 1, 2024
2 parents 8de13ba + 23521d9 commit 3ceb5c3
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,36 +27,32 @@ packages = [{include = "senselab", from = "src"}]

[tool.poetry.dependencies]
python = "~=3.10"
click = "~=8.1"
jsonschema = "~=4.21"
datasets = "~=2.19"
torch = "~=2.2.2"
torchvision = "~=0.17"
torchaudio = "~=2.2"
datasets = "*"
torch = "~=2.4"
torchvision = "~=0.19"
torchaudio = "~=2.4"
transformers = "~=4.44.2"
ffmpeg-python = "~=0.2"
ipykernel = "*"
pydra = "~=0.23"
pydantic = "~=2.7"
accelerate = "*"
huggingface-hub = "~=0.23"
praat-parselmouth = "~=0.4"
audiomentations = "~=0.35"
torch-audiomentations = "~=0.11"
sentence-transformers = "~=2.7"
sentence-transformers = "~=3.1"
jiwer = "~=3.0"
speechbrain = "~=1.0"
pyav = "~=12.1"
pyannote-audio = "~=3.2"
speechbrain = "~=1"
pyav = "~=13"
pyannote-audio = "~=3.3"
pycountry = "~=24.6"
types-requests = "~=2.32"
opensmile = "~=2.5"
numpy = "~=1.25"
numpy = "~=1.26"
umap-learn = "~=0.5"
scikit-learn = "~=1.5"
nltk = "~=3.8"
nltk = "~=3.9"
vocos = "~=0.1"
iso639 = "~=0.1.4"
iso639 = "~=0.1"

[tool.poetry.group.dev]
optional = true
Expand All @@ -71,6 +67,7 @@ ruff = "~=0.3"
codespell = "~=2.3"
jupyter = "~=1.0"
ipywidgets = "~=8.1"
ipykernel = "*"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 3ceb5c3

Please sign in to comment.