Skip to content

Commit

Permalink
Migrated to toml project config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcoole committed Sep 27, 2024
1 parent d9d6f67 commit 26e1051
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[project]
name = "llm-eval"
dynamic = ["version"]

dependencies = [
"plotly",
"pandas",
"numpy",
"kaleido",
"dvc",
"dvc[s3]",
"vllm",
"bitsandbytes",
"haystack-ai",
"vllm-haystack",
]

[project.optional-dependencies]
jupyter = [
"ipykernel",
"ipywidgets",
]
6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

0 comments on commit 26e1051

Please sign in to comment.