python313Packages.nilearn: 0.12.0 -> 0.12.1

Diff: https://github.com/nilearn/nilearn/compare/0.12.0...0.12.1

Changelog: https://github.com/nilearn/nilearn/releases/tag/0.12.1

Nick Cao c60fb06e 9c8df656

Changed files
+9 -11
pkgs
development
python-modules
nilearn
+9 -11
pkgs/development/python-modules/nilearn/default.nix
···
packaging,
pytestCheckHook,
+
pytest-timeout,
+
numpydoc,
}:
buildPythonPackage rec {
pname = "nilearn";
-
version = "0.12.0";
+
version = "0.12.1";
pyproject = true;
src = fetchFromGitHub {
owner = "nilearn";
repo = "nilearn";
tag = version;
-
hash = "sha256-olA3Yqf+upMJZiwpQp6HDSMxe9OssGLGMdHbZARg0+Y=";
+
hash = "sha256-jUP/gUMUVveX8m2VbyilTsx5OppuYVXH1qKeEfEVajQ=";
};
postPatch = ''
···
'';
build-system = [
-
hatch-vcs
hatchling
+
hatch-vcs
];
dependencies = [
···
packaging
];
-
nativeCheckInputs = [ pytestCheckHook ];
-
-
disabledTests = [
-
# https://github.com/nilearn/nilearn/issues/2608
-
"test_clean_confounds"
-
-
# [XPASS(strict)] invalid checks should fail
-
"test_check_estimator_invalid_group_sparse_covariance"
+
nativeCheckInputs = [
+
pytestCheckHook
+
pytest-timeout
+
numpydoc
];
# do subset of tests which don't fetch resources