Skip to content
Snippets Groups Projects
Commit fd42b3ec authored by C.A.P. Linssen's avatar C.A.P. Linssen
Browse files

add new NESTML version

parent ef3377e9
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ 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="@5.3:" type=('build', 'run'))
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('py-pip', type='build')
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment