File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ assessment = [
7676
7777# Evaluation module dependencies
7878evaluation = [
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
147147all = [
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" ,
Original file line number Diff line number Diff line change 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
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" ,
You can’t perform that action at this time.
0 commit comments