[O] Loosen dependency requirements

This commit is contained in:
2023-10-12 00:14:59 -04:00
parent 549ef40479
commit 3f6ef7382f
+3 -3
View File
@@ -12,9 +12,9 @@ packages = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
librosa = "^0.10.1" librosa = "^0.10.1"
numpy = ">=1.25.0,<1.26.0" numpy = "^1.23.0"
numba = ">=0.58.0,<0.59.0" numba = "^0.58.0"
pandas = ">=2.0.0,<2.1.0" pandas = "^2.0.0"
torch = "^2.1.0" torch = "^2.1.0"
torchaudio = "^2.1.0" torchaudio = "^2.1.0"
torchlibrosa = "^0.1.0" torchlibrosa = "^0.1.0"