python3Packages.tf-keras: 2.19.0 -> 2.20.1

This commit is contained in:
Gaetan Lepage
2025-09-26 23:57:54 +00:00
parent 3a7a431d87
commit 85f148fddb
@@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "tf-keras";
version = "2.19.0";
version = "2.20.1";
pyproject = true;
src = fetchPypi {
pname = "tf_keras";
inherit version;
hash = "sha256-sJpAfYekVxzh6MqYXPxoSD49Y7JRil15qXrZLLZNvpw=";
hash = "sha256-iEvlk4+wsrU7FYPBritmDvhyFTd8KbW2p3/SIbRyrq8=";
};
build-system = [