Gaetan Lepage
2024-12-01 11:09:49 +01:00
parent 4454e70813
commit 5272ff110f
@@ -8,9 +8,7 @@
# dependencies
absl-py,
dm-tree,
h5py,
markdown-it-py,
ml-dtypes,
namex,
numpy,
@@ -24,14 +22,14 @@
buildPythonPackage rec {
pname = "keras";
version = "3.6.0";
version = "3.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "keras-team";
repo = "keras";
rev = "refs/tags/v${version}";
hash = "sha256-zbeGa4g2psAofYAVuM7BNWI2gI21e739N5ZtxVfnVUg=";
hash = "sha256-qidY1OmlOYPKVoxryx1bEukA7IS6rPV4jqlnuf3y39w=";
};
build-system = [
@@ -40,9 +38,7 @@ buildPythonPackage rec {
dependencies = [
absl-py
dm-tree
h5py
markdown-it-py
ml-dtypes
namex
numpy