fix: evaluation parameter injection

This commit is contained in:
Félix Voituret
2019-11-26 11:22:58 +01:00
parent b9652ccdb3
commit 11c3c03a20
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ __license__ = 'MIT License'
# Default project values.
project_name = 'spleeter'
project_version = '1.4.6'
project_version = '1.4.7'
tensorflow_dependency = 'tensorflow'
tensorflow_version = '1.14.0'
here = path.abspath(path.dirname(__file__))