Skip to content

Commit

Permalink
Merge pull request #289 from Living-with-machines/287-transformers
Browse files Browse the repository at this point in the history
Limit to compatible versions of transformers dependency
  • Loading branch information
thobson88 authored Jan 28, 2025
2 parents 5c86fbe + dbd5a2c commit 6921f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pandas = "^1.3.4"
wget = "^3.2"
DeezyMatch = "^1.3.4"
datasets = "^1.18.0"
transformers = "^4.40.2"
transformers = ">=4.16.1, <=4.40.2"
pydash = "^5.1.0"
wikimapper = "^0.1.5"
numpy = "^1.22.1"
Expand Down

0 comments on commit 6921f83

Please sign in to comment.