Skip to content

Commit

Permalink
python312Packages.nitransforms: 23.0.1 -> 24.0.2 (NixOS#346033)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 15, 2024
2 parents 4115132 + 9485a4d commit 03a7738
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkgs/development/python-modules/nitransforms/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@

buildPythonPackage rec {
pname = "nitransforms";
version = "23.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
version = "24.0.2";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-Lty4aPzSlwRJSqCXeIVICF+gudYqto1OS4cVZyrB2nY=";
hash = "sha256-7C0HaGmJhlABzGZ90glx865SnVNmt2wDlmOX3bnnJXI=";
};

buildInputs = [
build-system = [
setuptools-scm
toml
];
propagatedBuildInputs = [

dependencies = [
h5py
nibabel
numpy
scipy
];

pythonRelaxDeps = [ "scipy" ];

doCheck = false;
# relies on data repo (https://github.com/nipreps-data/nitransforms-tests);
# probably too heavy
Expand Down

0 comments on commit 03a7738

Please sign in to comment.