-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken action for main with last numpy version #30
Comments
It seems that one dependency is not compatible with the latest cc @traversaro |
On conda I am able to run the tests without problem with NumPy 1.24:
Apparently, the only thing that is creating problem is the pin of the A similar PR was proposed upstream, but apparently no one is replying to the proposed PRs: This is one of the main reason I am not a fan of PyPI in general, if a project is not mantained anymore it is not simple to get control of it to fix symple this. In the short term, I would just document the numpy<1.24 constraint in the Instead, in the long term if we want to continue support the
|
For reference, the error to which @CarlottaSartore was referring is:
(it is always good to copy the error in the issue, as GitHub Actions logs disappear after some time, and putting the error in the issue make it more simple for people find this error to find related issues) |
Numpy has been recently updated to
1.24
(see https://pypi.org/project/numpy/#history) and this causes the action not to run successfully for the main branch (see https://github.com/CarlottaSartore/urdf-modifiers/actions/runs/3764865764/jobs/6399746107).This is something analogous to ami-iit/adam#32
C.C. @Nicogene @mfussi66
The text was updated successfully, but these errors were encountered: