Skip to content

Commit

Permalink
Merge pull request #128 from JSchmie/roll-back-torch-verision
Browse files Browse the repository at this point in the history
align minimal torch version
  • Loading branch information
mahenning authored Oct 24, 2024
2 parents 3fe1380 + 81fefd5 commit 9528468
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 260 deletions.
256 changes: 0 additions & 256 deletions environment.yml

This file was deleted.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ exclude =[
python = "^3.9"
tqdm = "^4.66.5"
numpy = "^1.26.4"
openai-whisper = "^20231117"
openai-whisper = ">=20231117,<20240931"
faster-whisper = "^1.0.3"
"pyannote.audio" = "^3.3.1"
torch = "^2.3.0"
torch = "^2.1.2"

[tool.poetry.group.dev.dependencies]
pytest = "^8.1.1"
Expand All @@ -57,7 +57,7 @@ format-jinja = """

[tool.poetry.group.docs.dependencies]
sphinx = "^7.3.7"
sphinx-rtd-theme = "^2.0.0"
sphinx-rtd-theme = ">=2,<4"
markdown-it-py = {version = "~3.0.0", extras = ["plugins"]}
myst-parser = "^3.0.1"
mdit-py-plugins = "^0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pyannote.database~=5.0.1
pyannote.metrics~=3.2.1
pyannote.pipeline~=3.0.1

torch>=2.0.0
torchaudio>=2.1.2

0 comments on commit 9528468

Please sign in to comment.