Unverified Commit 2d482028 authored by Matt's avatar Matt Committed by GitHub
Browse files

Add Jinja as a requirement with the right version cutoff (#31536)

* Add Jinja as a requirement with the right version cutoff

* Correct package name!
parent 0e23e60a
......@@ -124,6 +124,7 @@ _deps = [
"jax>=0.4.1,<=0.4.13",
"jaxlib>=0.4.1,<=0.4.13",
"jieba",
"jinja2>=3.1.0",
"kenlm",
# 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",
......
......@@ -31,6 +31,7 @@ deps = {
"jax": "jax>=0.4.1,<=0.4.13",
"jaxlib": "jaxlib>=0.4.1,<=0.4.13",
"jieba": "jieba",
"jinja2": "jinja2>=3.1.0",
"kenlm": "kenlm",
"keras": "keras>2.9,<2.16",
"keras-nlp": "keras-nlp>=0.3.1",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment