Skip to content

Commit

Permalink
Merge pull request sunava#154 from K3cks/binder-requirements
Browse files Browse the repository at this point in the history
[binder]: added specific requirements for launch
  • Loading branch information
sunava authored Apr 23, 2024
2 parents 0fa34c9 + a16f3d5 commit 56b538a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR ${PYCRAM_WS}/src/
COPY --chown=${NB_USER}:users . pycram/
RUN vcs import --input pycram/binder/pycram-http.rosinstall --recursive

RUN pip install --requirement ${PYCRAM_WS}/src/pycram/requirements.txt --user
RUN pip install --requirement ${PYCRAM_WS}/src/pycram/binder/requirements.txt --user

# Remove double numpy version
RUN pip uninstall numpy -y
Expand Down
18 changes: 18 additions & 0 deletions binder/requirements.txt
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

0 comments on commit 56b538a

Please sign in to comment.