Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCensi committed Jan 1, 2018
1 parent b191788 commit 6715884
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@ jobs:
name: deps
command: |
# apt install -y python-frozendict python-ruamel.yaml
# pip install --upgrade compmake==3.5.6 PyContracts==1.7.15 QuickApp conftools comptests procgraph pymongo PyGeometry==1.3
pip install --user -r requirements.txt
echo "What version is comptests?"
./misc/python_environment.py comptests
echo "Where is it?"
which comptests
echo "What version is compmake?"
./misc/python_environment.py compmake
echo "Install python-sklearn"
apt install -y python-sklearn
- run:
Expand Down
1 change: 0 additions & 1 deletion dependencies_for_laptop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -x

./dependencies_common.sh


sudo apt install -y \
bibtex2html \
pdftk
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#
# $ pip install --user requirements.txt
#
# NEVER use "sudo"
# NEVER use "sudo" for these.


beautifulsoup4==4.6.0
PyContracts==1.7.15
DecentLogs==1.1.2
QuickApp==1.3.11
Expand All @@ -16,3 +16,4 @@ ros_node_utils==1.1.1
pymongo==3.5.1
ruamel.yaml==0.15.34
PyGeometry==1.3
beautifulsoup4==4.6.0

0 comments on commit 6715884

Please sign in to comment.