Merge pull request #771 from d-dawg78/master

Protobuf fix.
This commit is contained in:
Romain Hennequin
2022-06-10 11:22:51 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

2
poetry.lock generated
View File

@@ -1266,7 +1266,7 @@ evaluation = ["musdb", "museval"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.6.2,<3.10"
content-hash = "9888d4c62cd916e50a29f0cc78ff829e101f6af1bf04f100321a7927e412ff39"
content-hash = "13758a3396cfd315127e3c3e0332b157327cb2ccf672769ec2e45d790b56145a"
[metadata.files]
absl-py = [

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "spleeter"
version = "2.3.0"
version = "2.3.1"
description = "The Deezer source separation library with pretrained models based on tensorflow."
authors = ["Deezer Research <spleeter@deezer.com>"]
license = "MIT License"
@@ -58,6 +58,7 @@ 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"
[tool.poetry.dev-dependencies]
pytest = "^6.2.1"