Update-kernel-pin (#37448)

* update `kernels`

* oups

* new pinned version
This commit is contained in:
Arthur
2025-04-11 11:19:21 +02:00
committed by GitHub
parent 54a123f068
commit 7e9b57ce62
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ _deps = [
# Keras pin - this is to make sure Keras 3 doesn't destroy us. Remove or change when we have proper support.
"keras>2.9,<2.16",
"keras-nlp>=0.3.1,<0.14.0", # keras-nlp 0.14 doesn't support keras 2, see pin on keras.
"kernels>=0.4.3,<0.5",
"kernels>=0.4.4,<0.5",
"librosa",
"natten>=0.14.6,<0.15.0",
"nltk<=3.8.1",