mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Add full artifacts support
This commit is contained in:
@@ -109,7 +109,7 @@ class PatchedMatplotlib:
|
||||
|
||||
# update api version
|
||||
from ..backend_api import Session
|
||||
PatchedMatplotlib._support_image_plot = Session.api_version > '2.1'
|
||||
PatchedMatplotlib._support_image_plot = Session.check_min_api_version('2.2')
|
||||
|
||||
# create plotly renderer
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user