Skip to content

Commit f51d83e

Browse files
authored
Merge pull request #480 from axa-group/add_sklearn_tabula_preinstall
[sklearn tabula preinstall] add sklearn and tabula to preinstall script
2 parents 6a369b2 + e06a55d commit f51d83e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/preinstall/darwin.bash.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ echo -e "\n${INFO}=> Installing python3 dependencies...${NO_COLOR}"
6666
pip3 install pillow
6767
pip3 install pdfminer.six
6868
pip3 install camelot-py[cv]
69+
pip3 install sklearn
70+
pip3 install tabula-py
6971

7072
# Install python2 dependencies
7173
echo -e "\n${INFO}=> Installing python2 dependencies...${NO_COLOR}"

0 commit comments

Comments
 (0)