From b70f4d3e51257a103f4ab6b81f48495a5d94a13c Mon Sep 17 00:00:00 2001 From: Pooja Babu <p.babu@fz-juelich.de> Date: Thu, 12 Oct 2023 15:58:55 +0200 Subject: [PATCH] Update package.py --- packages/py-nestml/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/py-nestml/package.py b/packages/py-nestml/package.py index 0b8dbc7b..b57f252a 100644 --- a/packages/py-nestml/package.py +++ b/packages/py-nestml/package.py @@ -27,7 +27,7 @@ class PyNestml(PythonPackage): depends_on('py-numpy@1.8.2:', type=('build', 'run')) depends_on('py-scipy', 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-antlr4-python3-runtime@4.10:', type=('build', 'run')) depends_on('py-setuptools', type=('build', 'run')) depends_on('py-jinja2@2.10:', type=('build', 'run')) depends_on('py-astropy', type=('build', 'run')) -- GitLab