old versions of pandas have a numpy incompatibility

This commit is contained in:
mmoussallam
2022-09-05 09:54:45 +02:00
parent 78ff4b858e
commit 8d40ccdf35
2 changed files with 39 additions and 33 deletions

View File

@@ -45,7 +45,7 @@ packages = [ { include = "spleeter" } ]
include = ["LICENSE", "spleeter/resources/*.json"]
[tool.poetry.dependencies]
python = ">=3.7,<3.11"
python = ">=3.7.1,<3.11"
ffmpeg-python = "0.2.0"
norbert = "0.2.1"
httpx = {extras = ["http2"], version = "^0.19.0"}
@@ -54,7 +54,7 @@ librosa = "^0.8.0"
musdb = {version = "0.3.1", optional = true}
museval = {version = "0.3.0", optional = true}
tensorflow = "^2.5.0"
pandas = "^1.1.2"
pandas = "^1.2"
numpy = "^1.19.2"
importlib-resources = {version = "^4.1.1", python = "<3.7"}
importlib-metadata = {version = "^3.0.0", python = "<3.8"}