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 ae94d08 commit bd2834dCopy full SHA for bd2834d
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## \[2.4.2\]
6
+
7
+### Bug fixes
8
9
+- Fix torchmetrics to 1.6.0
10
11
## \[2.4.1\]
12
13
### Bug fixes
src/otx/__init__.py
@@ -3,7 +3,7 @@
# Copyright (C) 2024-2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
-__version__ = "2.4.1"
+__version__ = "2.4.2"
import os
from pathlib import Path
0 commit comments