Merge pull request #247 from deezer/tensorflow-1.15

feat: upgrade tensorflow version
This commit is contained in:
Moussallam
2020-03-21 00:32:21 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ importlib_resources; python_version<'3.7'
requests
setuptools>=41.0.0
pandas==0.25.1
tensorflow==1.15.0
tensorflow==1.15
ffmpeg-python
norbert==0.2.1
librosa==0.7.2

View File

@@ -16,7 +16,7 @@ __license__ = 'MIT License'
project_name = 'spleeter'
project_version = '1.5.0'
tensorflow_dependency = 'tensorflow'
tensorflow_version = '1.15.0'
tensorflow_version = '1.15'
here = path.abspath(path.dirname(__file__))
readme_path = path.join(here, 'README.md')
with open(readme_path, 'r') as stream: