Bumping tensorflow version to do 1 PR merge instead of two

This commit is contained in:
akhlif
2020-03-20 15:40:55 +01:00
parent 2365a9b37f
commit 6539bf779b
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.14.0
tensorflow==1.15.0
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.14.0'
tensorflow_version = '1.15.0'
here = path.abspath(path.dirname(__file__))
readme_path = path.join(here, 'README.md')
with open(readme_path, 'r') as stream: