File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.47.4 (2026-03-19)
5+
6+ ### Bug Fixes
7+
8+ - Move open-clip-torch to optional training dependencies
9+ ([ #150 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/150 ) ,
10+ [ ` ed942b9 ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/ed942b9dfa0ea07a01b236f65f47c2755ba59731 ) )
11+
12+ Move open-clip-torch from required to optional [ training] dependencies to reduce install footprint
13+ for lightweight consumers like Wright worker.
14+
15+ Co-authored-by: Claude Opus 4.6 (1M context) < noreply@anthropic.com >
16+
17+
418## v0.47.3 (2026-03-19)
519
620### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " openadapt-evals"
7- version = " 0.47.3 "
7+ version = " 0.47.4 "
88description = " Evaluation infrastructure for GUI agent benchmarks"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments