Commit e6865625 authored by Ben Darwin's avatar Ben Darwin
Browse files

python313Packages.torchio: 0.20.6 -> 0.20.16

parent b7333fdf
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@

  # dependencies
  deprecated,
  einops,
  matplotlib,
  nibabel,
  numpy,
@@ -28,14 +29,14 @@

buildPythonPackage rec {
  pname = "torchio";
  version = "0.20.6";
  version = "0.20.16";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "TorchIO-project";
    repo = "torchio";
    tag = "v${version}";
    hash = "sha256-240MM9w0AdhaUp70JrkmKGQI1abrFrbfybCF4wYX8fg=";
    hash = "sha256-BWn4Kg44mMfUs4wtajYZTH6TATWxLVifCfZKfql/hdI=";
  };

  build-system = [
@@ -44,6 +45,7 @@ buildPythonPackage rec {

  dependencies = [
    deprecated
    einops
    humanize
    nibabel
    numpy