Update dependency to tf2

This commit is contained in:
romi1502
2020-07-01 15:44:48 +02:00
parent 39af9502ab
commit 4756d4de9a

View File

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