Skip to content

Commit

Permalink
downgrade package to remove deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sagark committed Feb 24, 2019
1 parent caf257e commit 85746c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/machine-launch-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ sudo pip2 install graphviz==0.8.3
sudo pip2 install --upgrade --ignore-installed pyparsing
sudo pip2 install matplotlib==2.2.2
sudo pip2 install pandas==0.22.0
# this is explicitly installed to downgrade it to a version without deprec warnings
sudo pip2 install cryptography==2.2.2

sudo activate-global-python-argcomplete

Expand Down

0 comments on commit 85746c4

Please sign in to comment.