Skip to content

Commit

Permalink
Merge pull request deezer#247 from deezer/tensorflow-1.15
Browse files Browse the repository at this point in the history
feat: upgrade tensorflow version
  • Loading branch information
mmoussallam authored Mar 20, 2020
2 parents 243b323 + 938ebf4 commit 89d78bf
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.15.0
tensorflow==1.15
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.15.0'
tensorflow_version = '1.15'
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 89d78bf

Please sign in to comment.