Skip to content

Commit

Permalink
Update tensorflow to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed May 12, 2022
1 parent 3d5c323 commit 9354c72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ subprocess32==3.5.4
sympy==1.8
tables==3.6.1
tenacity==8.0.1
#NO_AUTO_UPDATE:3: Force to use tensorflow 2.6.0; this should match the version in tensorflow-sources.spec
tensorboard==2.6.0
tensorflow==2.6.0
tensorflow-estimator==2.6.0
#NO_AUTO_UPDATE:3: Force to use tensorflow 2.6.3; this should match the version in tensorflow-sources.spec
tensorboard==2.6.3
tensorflow==2.6.3
tensorflow-estimator==2.6.3
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.0
termcolor==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-sources.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external tensorflow-sources 2.6.0
### RPM external tensorflow-sources 2.6.3
%define python_cmd python3
%define python_env PYTHON3PATH
%define build_type opt
Expand Down
2 changes: 1 addition & 1 deletion tensorflow.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external tensorflow 2.6.0
### RPM external tensorflow 2.6.3
%if "%{?vectorized_package:set}" != "set"
%define source_package tensorflow-sources
%else
Expand Down

0 comments on commit 9354c72

Please sign in to comment.