Skip to content

Commit add7766

Browse files
authored
Merge pull request #13 from VectorInstitute/add_pandas_to_deps
Add pandas to pyproject.toml and update poetry.lock file
2 parents 3641ef2 + 952ff6a commit add7766

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

poetry.lock

Lines changed: 9 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +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"
1415
vllm = { version = "^0.5.0", optional = true }
1516
vllm-nccl-cu12 = { version = ">=2.18,<2.19", optional = true }
1617
ray = { version = "^2.9.3", optional = true }

0 commit comments

Comments
 (0)