forked from SUTURO/pycram
-
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.
[binder]: added specific requirements for launch
- Loading branch information
kecks
committed
Apr 22, 2024
1 parent
0fa34c9
commit a16f3d5
Showing
2 changed files
with
19 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
gitpython>=3.1.37 | ||
pybullet~=3.2.5 | ||
rospkg~=1.4.0 | ||
roslibpy~=1.2.1 | ||
# rospy~=1.14.11 | ||
pathlib~=1.0.1 | ||
numpy>=1.21.1 | ||
pytransform3d~=1.9.1 | ||
# tf~=1.12.1 | ||
# actionlib~=1.12.1 | ||
urdf-parser-py~=0.0.3 | ||
graphviz | ||
anytree>=2.8.0 | ||
SQLAlchemy>=2.0.9 | ||
tqdm==4.66.1 | ||
psutil==5.9.7 | ||
lxml==4.9.1 | ||
rdflib==7.0.0 |