Tensorflow 1.15.2

This commit is contained in:
akhlif
2020-03-27 16:29:10 +01:00
parent f8c728a67b
commit ae6ed9f306
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
tensorflow==1.15.2
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'
tensorflow_version = '1.15.2'
here = path.abspath(path.dirname(__file__))
readme_path = path.join(here, 'README.md')
with open(readme_path, 'r') as stream: