Skip to content

Commit

Permalink
new: unlock huggingface hub and ruff (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
joein authored May 31, 2024
1 parent c8fff66 commit 14c067e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ onnxruntime = "^1.17.0"
tqdm = "^4.66"
requests = "^2.31"
tokenizers = ">=0.15,<1.0"
huggingface-hub = "^0.20"
huggingface-hub = ">=0.20,<1.0"
loguru = "^0.7.2"
numpy = [
{ version = ">=1.21", python = "<3.12" },
Expand All @@ -30,7 +30,7 @@ mmh3 = "^4.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
ruff = "^0.3.1"
ruff = ">=0.3.1,<1.0"
notebook = ">=7.0.2"
pre-commit = {version = "^3.6.2", python = ">=3.9,<3.12" }

Expand Down

0 comments on commit 14c067e

Please sign in to comment.