Skip to content

Commit

Permalink
TF Estimators will not be available in TensorFlow 2.16 or after.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez authored Mar 12, 2024
1 parent adcf75d commit 2b24719
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reqs/test.pip
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@ pytest-timeout

# TensorFlow (x86) related package
tensorflow==2.16.1; platform_machine != "arm64"
tensorflow-estimator==2.15.0; platform_machine != "arm64"
keras==3.1.0; platform_machine != "arm64"

# TensorFlow (arm64) related package. Currently no Python 3.13 support.
tensorflow-macos==2.16.1; platform_machine == "arm64" and python_version < "3.13"
tensorflow-estimator==2.15.0; platform_machine == "arm64" and python_version < "3.13"
keras==3.1.0; platform_machine == "arm64" and python_version < "3.13"

tensorflow-addons==0.23.0; python_version < "3.13"
Expand Down

0 comments on commit 2b24719

Please sign in to comment.