From a96a1fc9e9755fa81a94db58c6aa6997cf417022 Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Sat, 6 Apr 2024 23:13:19 +0530 Subject: [PATCH] change comet_ml to comet-ml original package name comet_ml throws an error since this is not the package name as mentioned here in the official docs: https://www.comet.com/docs/v2/api-and-sdk/python-sdk/releases/ Their own make this mistake as well --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2bdab82..d7b2923 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ nbdev nbclient ipykernel Flask -comet_ml +comet-ml