update kernels to 0.4.3 (#37419)

* update `kernels`

* oups
This commit is contained in:
Arthur
2025-04-10 12:14:22 +02:00
committed by GitHub
parent 0ddad2d655
commit a2c2fb0108
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.3.2,<0.4",
"kernels>=0.4.3,<0.5",
"librosa",
"natten>=0.14.6,<0.15.0",
"nltk<=3.8.1",