Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cg123 committed Jan 25, 2025
1 parent e8c950a commit 51b7139
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ version = "0.0.6"
authors = [{ name = "Charles Goddard", email = "[email protected]" }]
dependencies = [
"torch>=2.0.0",
"tqdm==4.66.5",
"click==8.1.7",
"safetensors~=0.4.3",
"accelerate~=1.0.1",
"pydantic~=2.9.2",
"tqdm==4.67.1",
"click==8.1.8",
"safetensors~=0.5.2",
"accelerate~=1.3.0",
"pydantic~=2.10.6",
"immutables==0.20",
"transformers>=4.45.2",
"tokenizers>=0.20.1",
Expand All @@ -29,8 +29,8 @@ dependencies = [
]

[project.optional-dependencies]
dev = ["black~=24.10.0", "isort~=5.13.2", "pre-commit~=4.0.1"]
test = ["pytest~=8.3.3"]
dev = ["black~=24.10.0", "isort~=5.13.2", "pre-commit~=4.1.0"]
test = ["pytest~=8.3.4"]
evolve = ["ray", "cma", "lm_eval", "wandb"]
vllm = ["vllm==0.3.2", "lm_eval[vllm]"]

Expand Down

0 comments on commit 51b7139

Please sign in to comment.