mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
Getting rid of py3.6 support as it's becoming too cumbersome
This commit is contained in:
821
poetry.lock
generated
821
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -45,7 +45,7 @@ packages = [ { include = "spleeter" } ]
|
||||
include = ["LICENSE", "spleeter/resources/*.json"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.6.2,<3.10"
|
||||
python = ">=3.7,<3.11"
|
||||
ffmpeg-python = "0.2.0"
|
||||
norbert = "0.2.1"
|
||||
httpx = {extras = ["http2"], version = "^0.19.0"}
|
||||
@@ -58,13 +58,13 @@ 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.36.0"
|
||||
protobuf = "<=3.19.4"
|
||||
llvmlite = "^0.38.0"
|
||||
protobuf = "^3.19.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^6.2.1"
|
||||
isort = "^5.7.0"
|
||||
black = "^21.7b"
|
||||
black = "^21.7"
|
||||
mypy = "^0.790"
|
||||
pytest-forked = "^1.3.0"
|
||||
musdb = "0.3.1"
|
||||
|
||||
Reference in New Issue
Block a user