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.
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.