Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Tensorflow 1.15.2 -> 1.15.4
Browse files Browse the repository at this point in the history
- Upgraded Tensorflow due to security issue GHSA-4g9f-63rx-5cw4
  • Loading branch information
tdiethe committed Sep 28, 2020
1 parent 0dae0a4 commit 26598b1
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
@@ -1,5 +1,5 @@
numpy==1.16.1
tensorflow==1.15.2
tensorflow==1.15.4
git+https://github.com/GPflow/GPflow.git@ce5ad7ea75687fb0bf178b25f62855fc861eb10f
git+https://github.com/GPflow/GPflowOpt.git@f1c268e6b5dc4d7f458e06c59095901d55b73c32
seaborn==0.9.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=setuptools.find_packages(),
install_requires=[
'numpy==1.16.1',
'tensorflow==1.15.2',
'tensorflow==1.15.4',
'gpflow @ git+https://github.com/GPflow/GPflow.git@ce5ad7ea75687fb0bf178b25f62855fc861eb10f',
'gpflowopt @ git+https://github.com/GPflow/GPflowOpt.git@f1c268e6b5dc4d7f458e06c59095901d55b73c32',
'seaborn==0.9.1',
Expand Down

0 comments on commit 26598b1

Please sign in to comment.