mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
Bumping tensorflow version to do 1 PR merge instead of two
This commit is contained in:
@@ -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
|
||||
2
setup.py
2
setup.py
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user