python3Packages.comet-ml: 3.54.0 -> 3.54.1 (#463376)

This commit is contained in:
Yohann Boniface
2025-11-20 11:50:47 +00:00
committed by GitHub
@@ -23,12 +23,12 @@
buildPythonPackage rec {
pname = "comet-ml";
version = "3.54.0";
version = "3.54.1";
src = fetchPypi {
pname = "comet_ml";
inherit version;
hash = "sha256-ETcRFf1wPGYrbkjknTt5omqVC4/NhhbFkCpELuY54Y0=";
hash = "sha256-8FL72YEo/OrzN6nehu3Fw4P7UiQWJLHGCUf1fRv1TaI=";
};
pyproject = true;