Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed Oct 29, 2024
1 parent 2280362 commit b17ff8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runtime/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ platforms = ["linux-64"]
accelerate = "1.0.1"
einops = "0.8.0"
langchain = "0.3.*"
librosa = ">=0.10.2.post1,<0.11"
librosa = "0.10.2.post1"
loguru = "0.7.*"
numpy = ">=1.26.4,<2"
pandas = ">=2.2.3,<3"
numpy = "1.26.*"
pandas = "2.2.3"
pytest = "8.3.3"
python = "3.12.7"
pytorch = {version = "2.4.1", channel = "pytorch"}
Expand All @@ -23,8 +23,8 @@ transformers = "4.46.*"
tqdm = "4.66.*"

[pypi-dependencies]
speechbrain = ">=1.0.1, <2"
openai-whisper = ">=20240930, <20240931"
speechbrain = "==1.0.1"
openai-whisper = "==20240930"

[feature.cuda]
platforms = ["linux-64"]
Expand Down

0 comments on commit b17ff8f

Please sign in to comment.