Skip to content

Commit 60e6ddb

Browse files
committed
Bump version, update dependencies
1 parent 2d1ba53 commit 60e6ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vec-inf"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
description = "Efficient LLM inference on Slurm clusters using vLLM."
55
authors = ["Marshall Wang <marshall.wang@vectorinstitute.ai>"]
66
license = "MIT license"
@@ -11,7 +11,7 @@ python = "^3.10"
1111
requests = "^2.31.0"
1212
click = "^8.1.0"
1313
rich = "^13.7.0"
14-
pandas = "^2.2.2"
14+
pandas = "^1.15.0"
1515
numpy = "^1.24.0"
1616
vllm = { version = "^0.6.0", optional = true }
1717
vllm-nccl-cu12 = { version = ">=2.18,<2.19", optional = true }

0 commit comments

Comments
 (0)