diff --git a/examples/flax/token-classification/requirements.txt b/examples/flax/token-classification/requirements.txt index f5ae92023d0c..369ef1d87035 100644 --- a/examples/flax/token-classification/requirements.txt +++ b/examples/flax/token-classification/requirements.txt @@ -3,4 +3,5 @@ jax>=0.2.8 jaxlib>=0.1.59 flax>=0.3.5 optax>=0.0.8 -seqeval \ No newline at end of file +seqeval +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file