Skip to content

Commit ff02a9e

Browse files
author
Kunjan Shah
committed
Fix: Remove duplicate dependencies and organize LLM-related packages
1 parent 3a6362a commit ff02a9e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

‎pyproject.toml‎

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ dev = [
6161
"mistralai>=1",
6262
"boto3>=1.34.88",
6363
"scikit-learn==1.4.2",
64-
"bert-score>=0.3.13",
65-
"evaluate>=0.4.3",
66-
"transformers>=4.42.4",
67-
"fastembed>=0.4.0",
68-
"sentence-transformers>=4.1.0",
6964
]
7065

7166
ml_runtime = [
@@ -182,11 +177,9 @@ dependencies = [
182177
"markdown", # needed for display of scan results in notebook
183178
"colorama", # needed for the scan
184179
"num2words>=0.5.13",
185-
"imbalanced-learn>=0.12.4",
186180
"griffe>=1.0.0,<2.0.0",
187181
"ipython",
188-
"sentence-transformers>=4.1.0",
189-
]
182+
]
190183

191184
[project.optional-dependencies]
192185
llm = [

0 commit comments

Comments
 (0)