Use tensorflow cpu on amd64

This commit is contained in:
Nicolas Mowen 2025-05-29 15:32:45 -06:00
parent d9db89eb11
commit dff87bc2c1

View File

@ -11,8 +11,9 @@ joserfc == 1.0.*
pathvalidate == 3.2.*
markupsafe == 3.0.*
python-multipart == 0.0.12
# Classification Model
tensorflow-cpu == 2.19.*
# Classification Model Training
tensorflow == 2.19.* ; platform_machine == 'aarch64'
tensorflow-cpu == 2.19.* ; platform_machine == 'x86_64'
# General
mypy == 1.6.1
onvif-zeep-async == 3.1.*