Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Jobs is a better name for the depset
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryaaron committed Jul 3, 2024
1 parent 1356937 commit 0ec3959
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 @@ -36,7 +36,7 @@ dependencies = [

[project.optional-dependencies]
ruff = ["ruff==0.2.1"]
torchy = [
jobs = [
# HuggingFace / pytorch
"torch==2.3.1",
"datasets>=2.17.1",
Expand Down Expand Up @@ -64,7 +64,7 @@ docs = [
"myst-parser==2.0.0",
"furo==2024.1.29",
]
dev = ["lm-buddy[torchy,ruff,test,docs]", "pre-commit==3.6.0", "jupyter==1.0.0"]
dev = ["lm-buddy[jobs,ruff,test,docs]", "pre-commit==3.6.0", "jupyter==1.0.0"]

[project.scripts]
lm-buddy = "lm_buddy.cli:cli"
Expand Down

0 comments on commit 0ec3959

Please sign in to comment.