python3Packages.comet-ml: 3.53.0 -> 3.53.1 (#450395)

This commit is contained in:
Yohann Boniface
2025-10-09 20:49:59 +00:00
committed by GitHub
@@ -23,12 +23,12 @@
buildPythonPackage rec {
pname = "comet-ml";
version = "3.53.0";
version = "3.53.1";
src = fetchPypi {
pname = "comet_ml";
inherit version;
hash = "sha256-KYMe6lDNj5nyXaB0hsk2STwGATkAuRwr8SSzlz3W4tA=";
hash = "sha256-r3abmDqYzJOtdYswe4jK6xkVqGNtzUgSIAMtCLW5rBI=";
};
pyproject = true;