/
githubmirror
/
keras
Обзор
Документация
Войти
/
githubmirror
/
keras
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
requirements.txt
26 строк
619 B
dependabot[bot]
Build(deps): Update litert-torch requirement in the python group (#23019)
02 июн 2026, 22:26
Не верифицирован
02 июн 2026, 22:26
4e4aaf6
Код
Авторство
О чём код?
# Tensorflow. # Note: when the version of Tensorflow is changed, the version tf_keras must be # changed in .github/workflows/actions.yml (pip install --no-deps tf_keras). tensorflow-cpu;sys_platform != 'darwin' tensorflow;sys_platform == 'darwin' ai-edge-litert # Torch. --extra-index-url https://download.pytorch.org/whl/cpu torch torch-xla;sys_platform != 'darwin' # Jax. # Pinned to 0.8.0 on CPU for CI compatibility with older backends. # Note that we test against the latest JAX on GPU. jax[cpu] flax # OpenVino openvino # Common deps. -r requirements-common.txt # LiteRT torch converter. litert-torch>=0.9.1