Skip to content

Commit

Permalink
Merge pull request #113 from lazyoracle/tf-ver-hotfix
Browse files Browse the repository at this point in the history
Bump tf version to 2.4.2 to fix security vulnerabilities
  • Loading branch information
lazyoracle committed Jun 16, 2021
2 parents d1ed398 + 6fd4cda commit 4321c2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
additional_dependencies: [cma==3.0.3,
numpy==1.19.5,
scipy==1.5.2,
tensorflow==2.4.1,
tensorflow==2.4.2,
tensorflow-probability==0.12.1,
tensorflow-estimator==2.4.0
]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ scipy==1.5.2
six==1.15.0
Sphinx==3.2.1
sphinx-autoapi==1.4.0
tensorflow==2.4.1
tensorflow==2.4.2
tensorflow-estimator==2.4.0
tensorflow-probability==0.12.1
xenon==0.7.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rich==9.2.0",
"numpy==1.19.5",
"scipy==1.5.2",
"tensorflow==2.4.1",
"tensorflow==2.4.2",
"tensorflow-estimator==2.4.0",
"tensorflow-probability==0.12.1",
],
Expand Down

0 comments on commit 4321c2a

Please sign in to comment.