Skip to content

Commit

Permalink
* chore(pyproject.toml): update tokenizers dependency version to be a…
Browse files Browse the repository at this point in the history
…t least 0.14
  • Loading branch information
NirantK committed Nov 1, 2023
1 parent ab2f41e commit 5f40fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ onnx = "^1.11"
onnxruntime = "^1.15"
tqdm = "^4.65"
requests = "^2.31"
tokenizers = "^0.14.1"
tokenizers = ">=0.14"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
Expand Down

0 comments on commit 5f40fc2

Please sign in to comment.