Skip to content

Commit 807561d

Browse files
[nit] clean up dependencies
1 parent a1360b5 commit 807561d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

pyproject.toml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,14 @@ dependencies = [
2121
# Core ML/AI packages
2222
"torch>=2.7",
2323
"transformers",
24-
"accelerate",
25-
"flash-attn>=2.8.0.post2; sys_platform != 'darwin'", # Skip on macOS
26-
"sentence-transformers",
27-
"torchmetrics",
28-
29-
# Training and inference
30-
"deepspeed; sys_platform != 'darwin'", # Skip on macOS
31-
"vllm>=0.8.3; sys_platform != 'darwin'", # Skip on macOS
32-
"sgl-kernel",
33-
"sglang>=0.4.8.post1",
34-
"sglang-router",
35-
"peft",
36-
"torchao",
24+
"openai",
3725

3826
# Data processing
3927
"datasets",
4028
"polars",
4129
"dm-tree",
4230

4331
# Cloud and infrastructure
44-
"kubernetes",
4532
"ray",
4633

4734
# Web and automation
@@ -54,8 +41,8 @@ dependencies = [
5441
"latex2sympy2",
5542
"pylatexenc",
5643
"nltk",
44+
"sympy",
5745
"scipy",
58-
"scikit-learn",
5946

6047
# Code evaluation
6148
"swebench",

0 commit comments

Comments
 (0)