Skip to content

Commit 62598c8

Browse files
committed
Updates version
1 parent add648b commit 62598c8

2 files changed

Lines changed: 17 additions & 95 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "additive-manufacturing"
3-
version = "0.0.28"
3+
version = "0.0.30"
44
authors = [
55
{ name = "Peter Pak", email = "ppak10@gmail.com" },
66
]
@@ -34,8 +34,8 @@ am = "am.cli:app"
3434

3535
[project.optional-dependencies]
3636
benchmark = [
37-
"datasets>=4.6.0",
38-
"vllm>=0.17.1",
37+
"datasets>=4.8.3",
38+
"vllm==0.17.1",
3939
]
4040
cuda12 = [
4141
"jax[cuda12]>=0.6.2",

0 commit comments

Comments
 (0)