Skip to content

Commit

Permalink
[O] Loosen dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Oct 12, 2023
1 parent 549ef40 commit 3f6ef73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
librosa = "^0.10.1"
numpy = ">=1.25.0,<1.26.0"
numba = ">=0.58.0,<0.59.0"
pandas = ">=2.0.0,<2.1.0"
numpy = "^1.23.0"
numba = "^0.58.0"
pandas = "^2.0.0"
torch = "^2.1.0"
torchaudio = "^2.1.0"
torchlibrosa = "^0.1.0"
Expand Down

0 comments on commit 3f6ef73

Please sign in to comment.