Skip to content

Commit

Permalink
Fix missing dep in CLI and Builder (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolasim authored Mar 11, 2024
1 parent 695e522 commit 70b1c59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ inquirerpy = "^0.3.4"
google-cloud-storage = "2.10.0"
loguru = ">=0.7.2"
uvloop = "^0.19.0"

pathspec = ">=0.9.0"

[tool.poetry.group.builder.dependencies]
python = ">=3.8,<3.12"
Expand All @@ -63,6 +63,7 @@ huggingface_hub = ">=0.19.4"
google-cloud-storage = "2.10.0"
boto3 = "^1.26.157"
loguru = ">=0.7.2"
pathspec = ">=0.9.0"

[tool.poetry.dev-dependencies]
ipython = "^7.16"
Expand Down

0 comments on commit 70b1c59

Please sign in to comment.