Skip to content

Commit

Permalink
Fixing deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Mar 11, 2024
1 parent 20c4e82 commit 36c8f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Source = 'https://github.com/huggingface/tokenizers'


[project.optional-dependencies]
testing = ["pytest", "requests", "numpy", "datasets", "black==22.3"]
testing = ["pytest", "requests", "numpy", "datasets", "black==22.3", "ruff"]
docs = ["sphinx", "sphinx_rtd_theme", "setuptools_rust"]
dev = ["tokenizers[testing]"]

Expand Down

0 comments on commit 36c8f12

Please sign in to comment.