Skip to content

Commit 2b24719

Browse files
authored
TF Estimators will not be available in TensorFlow 2.16 or after.
1 parent adcf75d commit 2b24719

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reqs/test.pip

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ pytest-timeout
3535

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

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

4644
tensorflow-addons==0.23.0; python_version < "3.13"

0 commit comments

Comments
 (0)