We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d92a82 commit d0732a1Copy full SHA for d0732a1
lib/idp_common_pkg/pyproject.toml
@@ -142,6 +142,11 @@ test = [
142
"ruff>=0.14.0",
143
"deepdiff>=6.0.0", # Required for BDA blueprint service tests
144
"datamodel-code-generator>=0.25.0", # Required for schema/pydantic generator tests
145
+ # Evaluation module dependencies (from evaluation group)
146
+ "stickler-eval==0.1.3",
147
+ "genson==1.3.0",
148
+ "munkres>=1.1.4",
149
+ "numpy==1.26.4",
150
]
151
152
# Full package with all dependencies
0 commit comments