You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'd like to add roboticstoolbox to a project already using NumPy 2.x. However, it seems rbt depends on NumPy 1.x. Is there a way to upgrade this dependency?
Version information
Did you install from PyPI or GitHub? Github
If PyPI what version number?
If GitHub what commit hash? 2a8111b
Robotics Toolbox depends heavily on two other packages: Swift (3D graphics) and SpatialMath toolbox (underpinning maths utilities). If you think your issue is related to these, then please answer the questions above for them.
To Reproduce
Steps to reproduce the behavior:
The shortest, complete, Python script that exhibits the bug.
The script output, including error messages.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Your OS (MacOS, Linux, Windows).
Your Python version.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I tried creating a fresh environment and installing roboticstoolbox-python with pip still fails to work. That is, it installs just fine, but won't run because of this NumPy conflict (I'm assuming one of its dependencies is pulling in 2.x).
Check here first
Common issues
Describe the bug
I'd like to add roboticstoolbox to a project already using NumPy 2.x. However, it seems rbt depends on NumPy 1.x. Is there a way to upgrade this dependency?
Version information
Did you install from PyPI or GitHub? Github
If PyPI what version number?
If GitHub what commit hash? 2a8111b
Robotics Toolbox depends heavily on two other packages: Swift (3D graphics) and SpatialMath toolbox (underpinning maths utilities). If you think your issue is related to these, then please answer the questions above for them.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: