There was an error while loading. Please reload this page.
1 parent 3a6362a commit ff02a9eCopy full SHA for ff02a9e
pyproject.toml
@@ -61,11 +61,6 @@ dev = [
61
"mistralai>=1",
62
"boto3>=1.34.88",
63
"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",
69
]
70
71
ml_runtime = [
@@ -182,11 +177,9 @@ dependencies = [
182
177
"markdown", # needed for display of scan results in notebook
183
178
"colorama", # needed for the scan
184
179
"num2words>=0.5.13",
185
- "imbalanced-learn>=0.12.4",
186
180
"griffe>=1.0.0,<2.0.0",
187
181
"ipython",
188
189
-]
+ ]
190
191
[project.optional-dependencies]
192
llm = [
0 commit comments