Skip to content

Commit e49da61

Browse files
committed
Version 2.5.3: updates for comet_ml
1 parent 4110cda commit e49da61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cometx/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# the express permission of Comet ML Inc.
1313
# *******************************************************
1414

15-
version_info = (2, 5, 2)
15+
version_info = (2, 5, 3)
1616
__version__ = ".".join(map(str, version_info))

cometx/framework/comet/download_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from cometx.utils import ProgressBar
3232

3333
from comet_ml.api import APIExperiment
34-
from comet_ml.artifact_helpers.artifact_getter import get_artifact
34+
from comet_ml.artifacts.artifact_getter import get_artifact
3535
from comet_ml.config import get_config
3636
from comet_ml.summary import Summary
3737

0 commit comments

Comments
 (0)