python311Packages.monai-deploy: modernize

This commit is contained in:
Peder Bergebakken Sundt
2024-08-13 17:49:35 +02:00
parent 715615a659
commit 63d0510f7c
@@ -31,15 +31,15 @@ buildPythonPackage rec {
# Asked in https://github.com/Project-MONAI/monai-deploy-app-sdk/issues/450
# if this patch can be incorporated upstream.
substituteInPlace pyproject.toml \
--replace 'versioneer-518' 'versioneer'
--replace-fail 'versioneer-518' 'versioneer'
'';
nativeBuildInputs = [
build-system = [
versioneer
setuptools
];
propagatedBuildInputs = [
dependencies = [
numpy
networkx
colorama