Skip to content

Commit c655061

Browse files
committed
dev deps
1 parent 2962f1d commit c655061

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

pyproject.toml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@ all = [
6060
"nltk"
6161
]
6262

63+
dev = [
64+
"ruff",
65+
"pre-commit",
66+
"setuptools",
67+
"requests",
68+
"pytest>=7.0.0",
69+
"pytest-asyncio>=0.21.0",
70+
"pytest-cov>=4.0.0",
71+
"sphinx",
72+
"myst-parser",
73+
"sphinx-rtd-theme"
74+
]
75+
6376
train = [
6477
"torch>=2.7.0",
6578
"transformers",
@@ -90,18 +103,6 @@ envs = [
90103
"nltk"
91104
]
92105

93-
dev = [
94-
"ruff",
95-
"pre-commit",
96-
"setuptools",
97-
"requests",
98-
"pytest>=7.0.0",
99-
"pytest-asyncio>=0.21.0",
100-
"pytest-cov>=4.0.0",
101-
"sphinx",
102-
"myst-parser",
103-
"sphinx-rtd-theme"
104-
]
105106

106107
[project.scripts]
107108
vf-vllm = "verifiers.inference.vllm_server:main"

0 commit comments

Comments
 (0)