We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5be3e0 commit 0ca9984Copy full SHA for 0ca9984
.travis.yml
@@ -6,11 +6,8 @@ python:
6
- "3.5"
7
- "3.6"
8
9
-virtualenv:
10
- system_site_packages: true
11
-
12
before_install:
13
-- sudo apt-get install -qq python-numpy python-scipy
+- sudo apt-get install -qq python-numpy python-scipy libboost-python-dev
14
- pip install git+https://github.com/ageitgey/face_recognition_models
15
16
install: pip install -r requirements.txt --use-mirrors
0 commit comments