Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tensorflow to 2.1.2 to fix multiple vulnerabilities #6316

Merged
merged 1 commit into from Oct 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pip/requirements.txt
Expand Up @@ -254,8 +254,8 @@ tables==3.6.1 ; python_version>'3.0'
#tensorboard: Need separate packages for py2 and py3 to properly get the correct sources
tensorboard==2.0.0 ; python_version<'3.0'
tensorboard==2.0.0 ; python_version>'3.0'
tensorflow==2.1.0 ; python_version<'3.0'
tensorflow==2.1.0 ; python_version>'3.0'
tensorflow==2.1.2 ; python_version<'3.0'
tensorflow==2.1.2 ; python_version>'3.0'
tensorflow-estimator==2.1.0
termcolor==1.1.0
terminado==0.8.3
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-python3-sources.spec
@@ -1,4 +1,4 @@
### RPM external tensorflow-python3-sources 2.1.0
### RPM external tensorflow-python3-sources 2.1.2
%define python_cmd python3
%define python_env PYTHON3PATH
%define build_type opt
Expand Down
4 changes: 2 additions & 2 deletions tensorflow-sources.file
Expand Up @@ -13,8 +13,8 @@ BuildRequires: bazel swig java-env git
#Keep all requires in separate file, so that can be included in py-tensorflow too
## INCLUDE tensorflow-requires

%define tag 441193ae4b89fd8784a3ea0a5dfd8700018980da
%define branch cms/v%{realversion}
%define tag 63c7b8aabb9f882ec827a15ffe80aac17e14a021
%define branch cms/v2.1.2
%define github_user cms-externals
Source: git+https://github.com/%{github_user}/tensorflow.git?obj=%{branch}/%{tag}&export=tensorflow-%{realversion}&output=/tensorflow-%{realversion}.tgz

Expand Down
2 changes: 1 addition & 1 deletion tensorflow-sources.spec
@@ -1,4 +1,4 @@
### RPM external tensorflow-sources 2.1.0
### RPM external tensorflow-sources 2.1.2
%define python_cmd python
%define python_env PYTHON27PATH
%define build_type opt
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-toolfile.spec
@@ -1,4 +1,4 @@
### RPM external tensorflow-toolfile 2.1.0
### RPM external tensorflow-toolfile 2.1.2

Requires: tensorflow

Expand Down
2 changes: 1 addition & 1 deletion tensorflow.spec
@@ -1,4 +1,4 @@
### RPM external tensorflow 2.1.0
### RPM external tensorflow 2.1.2

Provides: libtensorflow_cc.so(tensorflow)(64bit)
Source: none
Expand Down