python312Packages.keras: 3.6.0 -> 3.7.0
Diff: https://github.com/keras-team/keras/compare/refs/tags/v3.6.0...v3.7.0 Changelog: https://github.com/keras-team/keras/releases/tag/v3.7.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user