From 37b7a4fd4e2407dfdb9dc8e1f3fd61075ec6fa87 Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" <charl@turingbirds.com> Date: Thu, 5 Oct 2023 07:48:08 -0700 Subject: [PATCH] update NESTML and ODE-toolbox version in spack package list --- packages/py-nestml/package.py | 3 +-- packages/py-odetoolbox/package.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/py-nestml/package.py b/packages/py-nestml/package.py index 03fd0f21..d2010ea0 100644 --- a/packages/py-nestml/package.py +++ b/packages/py-nestml/package.py @@ -22,8 +22,7 @@ class PyNestml(PythonPackage): version('5.3.0', sha256='8de543d7d3a166cd4d6a0d536a2d4e769513bbf8d7aeaf64458e9d9c21fe546e', expand=False) version('5.2.0', sha256='acb703bf9c7f70304bd5d547dccd6a6a219f8acb298a6412df779b808241eb14', expand=False) - depends_on('python@3.8:', when='@:5.3', type=('build', 'run')) - depends_on('python@3.9:', when='@6.0.0:', type=('build', 'run')) + depends_on('python@3.8:', type=('build', 'run')) depends_on('py-pip', type='build') depends_on('py-numpy', type=('build', 'run')) depends_on('py-scipy', type=('build', 'run')) diff --git a/packages/py-odetoolbox/package.py b/packages/py-odetoolbox/package.py index e32a5ea2..afb8fe4c 100644 --- a/packages/py-odetoolbox/package.py +++ b/packages/py-odetoolbox/package.py @@ -21,7 +21,6 @@ class PyOdetoolbox(PythonPackage): depends_on('py-scipy', type=('build', 'run')) depends_on('py-numpy@1.8.2:', type=('build', 'run')) depends_on('py-cython', type=('build', 'run')) - depends_on('py-graphviz', type=('build', 'run')) depends_on('py-matplotlib', type=('build', 'run')) depends_on('py-setuptools', type=('build', 'run')) depends_on('py-pytest', type='test') -- GitLab