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

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Friedowitz committed Jan 17, 2024
1 parent 7c8ff23 commit 5e54d10
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 @@ -33,9 +33,9 @@ ludwig = ["ludwig==0.9.1"]

evaluate = ["lm-eval==0.4.0", "einops"]

test = ["ruff==0.1.4", "pytest==7.4.3", "pytest-cov==4.1.0"]
test = ["ruff==0.1.7", "pytest==7.4.3", "pytest-cov==4.1.0"]

all = ["flamingo[finetune,ludwig,evaluate,test]"]
all = ["flamingo[finetune,evaluate,test]"]

[project.scripts]
flamingo = "flamingo.cli:main"
Expand Down

0 comments on commit 5e54d10

Please sign in to comment.