Skip to content

Commit

Permalink
Pin transformers version to 4.36.2 (#569)
Browse files Browse the repository at this point in the history
Temporarily change to prevent failures described in
#568

Won't apply "fix" label because we don't know the root source of the
issue (i.e. whether it's a result of incompatability or if it's a bad
version of `transformers`)

Co-authored-by: Andrew Lapp <[email protected]>
  • Loading branch information
lapp0 and Andrew Lapp authored Jan 22, 2024
1 parent 950a5c1 commit 32047ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies = [
"referencing",
"jsonschema",
"requests",
"transformers==4.36.2", # TODO: unpin when HF fixes release (4.37.0 is broken)
]
dynamic = ["version"]

Expand Down

0 comments on commit 32047ab

Please sign in to comment.