python3Packages.flax: 0.12.6 -> 0.12.7

Diff: https://github.com/google/flax/compare/v0.12.6...v0.12.7

Changelog: https://github.com/google/flax/releases/tag/v0.12.7
This commit is contained in:
Gaetan Lepage
2026-04-23 22:57:29 +00:00
parent d1c8f9b673
commit eea397c592
@@ -13,7 +13,6 @@
numpy,
optax,
orbax-checkpoint,
orbax-export,
pyyaml,
rich,
tensorstore,
@@ -36,14 +35,15 @@
buildPythonPackage (finalAttrs: {
pname = "flax";
version = "0.12.6";
version = "0.12.7";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "google";
repo = "flax";
tag = "v${finalAttrs.version}";
hash = "sha256-rIDfF9W8cxF0njH4e4uhqURQ0C4N8Boe76u6meMgC34=";
hash = "sha256-a78KiTsCCARWZvbxz9QKdUKnjkDJGXcPVVJu5rU4m/U=";
};
build-system = [
@@ -58,7 +58,6 @@ buildPythonPackage (finalAttrs: {
numpy
optax
orbax-checkpoint
orbax-export
pyyaml
rich
tensorstore
@@ -78,11 +77,6 @@ buildPythonPackage (finalAttrs: {
tensorflow
];
pytestFlags = [
# FutureWarning: In the future `np.object` will be defined as the corresponding NumPy scalar.
"-Wignore::FutureWarning"
];
disabledTestPaths = [
# Docs test, needs extra deps + we're not interested in it.
"docs/_ext/codediff_test.py"