Skip to content

Commit 1ea86ad

Browse files
author
Bob Strahan
committed
update to stickler-eval 0.1.3
1 parent bd119e5 commit 1ea86ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/idp_common_pkg/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ assessment = [
7676

7777
# Evaluation module dependencies
7878
evaluation = [
79-
"stickler-eval==0.1.2",
79+
"stickler-eval==0.1.3",
8080
"genson==1.3.0", # For automatic JSON Schema generation from data
8181
"munkres>=1.1.4", # For Hungarian algorithm (legacy, may be removed)
8282
"numpy==1.26.4", # For numeric operations
@@ -145,7 +145,7 @@ test = [
145145

146146
# Full package with all dependencies
147147
all = [
148-
"stickler-eval==0.1.2",
148+
"stickler-eval==0.1.3",
149149
"genson==1.3.0",
150150
"Pillow==11.2.1",
151151
"PyMuPDF==1.25.5",

lib/idp_common_pkg/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
],
5353
# Evaluation module dependencies
5454
"evaluation": [
55-
"stickler-eval==0.1.2",
55+
"stickler-eval==0.1.3",
5656
"genson==1.3.0",
5757
"munkres>=1.1.4", # For Hungarian algorithm
5858
"numpy==1.26.4", # For numeric operations
@@ -96,7 +96,7 @@
9696
],
9797
# Full package with all dependencies
9898
"all": [
99-
"stickler-eval==0.1.2",
99+
"stickler-eval==0.1.3",
100100
"genson==1.3.0",
101101
"Pillow==11.2.1",
102102
"PyMuPDF==1.25.5",

0 commit comments

Comments
 (0)