python310Packages.monai: 0.9.1 -> 1.0.0

This commit is contained in:
R. Ryantm 2022-09-23 04:46:35 +00:00
parent 374f1f40cc
commit 81afed23de

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "monai";
version = "0.9.1";
version = "1.0.0";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "Project-MONAI";
repo = "MONAI";
rev = version;
hash = "sha256-GU439svMHY1qIUZ0gM5c5tt6G1hh9eAHYV+38Munw9I=";
rev = "refs/tags/${version}";
hash = "sha256-BnsgZpkXsY2l6inuzOkuvK4zJqYs2dj7jF5gKKiLnZM=";
};
# Ninja is not detected by setuptools for some reason even though it's present: