forked from dyson-ai/grip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from eaa3/feature/loosen_dep_version
Feature/loosen dep version
- Loading branch information
Showing
7 changed files
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.5" | ||
__version__ = "0.0.8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
numpy>=1.25.2 # numerical computing library | ||
numpy>=1.25.2,<=1.26.4 # numerical computing library | ||
scipy>=1.11.1 # scientific computation tools | ||
pybullet>=3.2.4 # physics engine used for simulation | ||
pybullet>=3.2.6 # physics engine used for simulation | ||
open3d>=0.10.0 # point cloud processing tools | ||
opencv-python>=4.9.0.80 # computer vision tools | ||
matplotlib>=3.3.4 # plotting tools | ||
pybullet-planning-eaa # pure python motion planning | ||
trimesh==3.9.20 # mesh processing tools | ||
xatlas==0.0.7 # mesh parametrisation | ||
transforms3d==0.4.1 | ||
transforms3d>=0.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters