Skip to content

Commit 91e0387

Browse files
igordertigorIngo Fruend
andauthored
dvclive/utils.py does not depend on pandas (#890)
Co-authored-by: Ingo Fruend <ingo@oudyo.com>
1 parent b396fad commit 91e0387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dvclive/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def read_latest(live, metric_name):
214214

215215

216216
def convert_datapoints_to_list_of_dicts(
217-
datapoints: Union[List[Dict], pd.DataFrame, np.ndarray],
217+
datapoints: Union[List[Dict], "pd.DataFrame", "np.ndarray"],
218218
) -> List[Dict]:
219219
"""
220220
Convert the given datapoints to a list of dictionaries.

0 commit comments

Comments
 (0)