From 424a2ac3f8d96a43ea4841c6a67f007bb5800c13 Mon Sep 17 00:00:00 2001 From: Pooja Babu <p.babu@fz-juelich.de> Date: Thu, 12 Oct 2023 15:47:30 +0200 Subject: [PATCH] Update dependency versions in package.py --- packages/py-nestml/package.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/py-nestml/package.py b/packages/py-nestml/package.py index d2010ea0..0b8dbc7b 100644 --- a/packages/py-nestml/package.py +++ b/packages/py-nestml/package.py @@ -24,13 +24,13 @@ class PyNestml(PythonPackage): depends_on('python@3.8:', type=('build', 'run')) depends_on('py-pip', type='build') - depends_on('py-numpy', type=('build', 'run')) + depends_on('py-numpy@1.8.2:', type=('build', 'run')) depends_on('py-scipy', type=('build', 'run')) - depends_on('py-sympy', type=('build', 'run')) - depends_on('py-antlr4-python3-runtime', type=('build', 'run')) + depends_on('py-sympy@1.1.1:1.11', type=('build', 'run')) + depends_on('py-antlr4-python3-runtime@4.13', type=('build', 'run')) depends_on('py-setuptools', type=('build', 'run')) - depends_on('py-jinja2', type=('build', 'run')) + depends_on('py-jinja2@2.10:', type=('build', 'run')) depends_on('py-astropy', type=('build', 'run')) - depends_on('py-odetoolbox', type=('build', 'run')) + depends_on('py-odetoolbox@2.4:', type=('build', 'run')) depends_on('nest', type=('build', 'run')) depends_on('py-pytest', type='test') -- GitLab