testing with python3.9 and tf-2.5

This commit is contained in:
mmoussallam
2021-08-24 17:33:16 +02:00
parent 96e9aa3e84
commit cefd1c59b1
2 changed files with 700 additions and 643 deletions

1334
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -44,7 +44,7 @@ packages = [ { include = "spleeter" } ]
include = ["LICENSE", "spleeter/resources/*.json"]
[tool.poetry.dependencies]
python = ">=3.6.1,<3.9"
python = ">=3.7.0,<3.10"
ffmpeg-python = "0.2.0"
norbert = "0.2.1"
httpx = {extras = ["http2"], version = "^0.16.1"}
@@ -52,11 +52,12 @@ typer = "^0.3.2"
librosa = "0.8.0"
musdb = {version = "0.3.1", optional = true}
museval = {version = "0.3.0", optional = true}
tensorflow = "2.3.0"
pandas = "1.1.2"
numpy = "<1.19.0,>=1.16.0"
tensorflow = "2.5.0"
pandas = "^1.1.2"
numpy = "<1.20.0,>=1.16.0"
importlib-resources = {version = "^4.1.1", python = "<3.7"}
importlib-metadata = {version = "^3.0.0", python = "<3.8"}
llvmlite = "^0.37.0"
[tool.poetry.dev-dependencies]
pytest = "^6.2.1"