We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcf75d commit 2b24719Copy full SHA for 2b24719
reqs/test.pip
@@ -35,12 +35,10 @@ pytest-timeout
35
36
# TensorFlow (x86) related package
37
tensorflow==2.16.1; platform_machine != "arm64"
38
-tensorflow-estimator==2.15.0; platform_machine != "arm64"
39
keras==3.1.0; platform_machine != "arm64"
40
41
# TensorFlow (arm64) related package. Currently no Python 3.13 support.
42
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"
44
keras==3.1.0; platform_machine == "arm64" and python_version < "3.13"
45
46
tensorflow-addons==0.23.0; python_version < "3.13"
0 commit comments