Skip to content

Commit bd2834d

Browse files
authored
Update OTX 2.4.2 version (#4360)
* update OTX version * Add changelog entry for version 2.4.2: fix torchmetrics to 1.6.0
1 parent ae94d08 commit bd2834d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## \[2.4.2\]
6+
7+
### Bug fixes
8+
9+
- Fix torchmetrics to 1.6.0
10+
511
## \[2.4.1\]
612

713
### Bug fixes

src/otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2024-2025 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "2.4.1"
6+
__version__ = "2.4.2"
77

88
import os
99
from pathlib import Path

0 commit comments

Comments
 (0)