Skip to content
Snippets Groups Projects
Commit a230de5a authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Enforce numpy v1.x

Code generation trips over repr(np.float64(1)) != 1.0 in numpy 2.0.
Properly fixing this would require to bump a lot of dependencies,
which is currently out of scope.
parent 46d45a8c
Branches downgrade-numpy
No related tags found
1 merge request!439Enforce numpy v1.x
Pipeline #75053 failed
......@@ -51,6 +51,7 @@ setup(name='dune.codegen',
'cerberus',
'pyaml',
'clang-format',
'numpy<2',
],
cmdclass={'test': PyTest},
entry_points = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment