Skip to content

Commit

Permalink
Bumping tensorflow version to do 1 PR merge instead of two
Browse files Browse the repository at this point in the history
  • Loading branch information
akhlif committed Mar 20, 2020
1 parent 2365a9b commit 6539bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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:
Expand Down

0 comments on commit 6539bf7

Please sign in to comment.