py-keras: add v3.0.0 (#41356)

* py-keras: add v3.0.0

* Older keras actually requires protobuf

* Correct url_for_version

* Capitalization is important

* Keep pil and pydot deps
This commit is contained in:
Adam J. Stewart
2023-12-01 19:23:58 +01:00
committed by GitHub
parent d06a102e69
commit ab50aa61db
6 changed files with 88 additions and 33 deletions

View File

@@ -24,7 +24,9 @@ spack:
# Keras
# Bazel codesign issues
# - py-keras
# - py-keras backend=tensorflow
# - py-keras backend=jax
- py-keras backend=torch
- py-keras-applications
- py-keras-preprocessing
- py-keras2onnx

View File

@@ -19,7 +19,9 @@ spack:
- py-jaxlib
# Keras
- py-keras
# - py-keras backend=tensorflow
- py-keras backend=jax
- py-keras backend=torch
- py-keras-applications
- py-keras-preprocessing
- py-keras2onnx

View File

@@ -22,7 +22,9 @@ spack:
- py-jaxlib
# Keras
- py-keras
# - py-keras backend=tensorflow
- py-keras backend=jax
- py-keras backend=torch
- py-keras-applications
- py-keras-preprocessing
- py-keras2onnx

View File

@@ -24,7 +24,9 @@ spack:
- py-jaxlib
# Keras
- py-keras
# - py-keras backend=tensorflow
- py-keras backend=jax
# - py-keras backend=torch
- py-keras-applications
- py-keras-preprocessing
- py-keras2onnx