Skip to content

Commit

Permalink
[fix] fix dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqin authored Dec 19, 2024
1 parent 8df92ff commit 55c044e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
raise RuntimeError("Unable to find __version__ string.")

core_requirements = [
"numpy>=1.21.0",
"numpy>=1.21.0,<2.0.0",
"pytransform3d>=3.5.0",
"pin>=2.7.0",
"nlopt>=2.6.1",
"nlopt>=2.6.1,<2.8.0",
"trimesh>=4.4.0",
"anytree>=2.12.0",
"pyyaml>=6.0.0",
Expand Down

0 comments on commit 55c044e

Please sign in to comment.