Merge branch 'master' into tensorflow-1.15

This commit is contained in:
Moussallam
2020-03-21 00:00:41 +01:00
committed by GitHub
18 changed files with 632 additions and 122 deletions

View File

@@ -14,7 +14,7 @@ __license__ = 'MIT License'
# Default project values.
project_name = 'spleeter'
project_version = '1.4.9'
project_version = '1.5.0'
tensorflow_dependency = 'tensorflow'
tensorflow_version = '1.15'
here = path.abspath(path.dirname(__file__))
@@ -56,6 +56,7 @@ setup(
'pandas==0.25.1',
'requests',
'setuptools>=41.0.0',
'librosa==0.7.2',
'{}=={}'.format(tensorflow_dependency, tensorflow_version),
],
extras_require={