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 a712ece commit b5be3e0Copy full SHA for b5be3e0
.travis.yml
@@ -6,7 +6,12 @@ python:
6
- "3.5"
7
- "3.6"
8
9
-before_install: pip install git+https://github.com/ageitgey/face_recognition_models
+virtualenv:
10
+ system_site_packages: true
11
+
12
+before_install:
13
+- sudo apt-get install -qq python-numpy python-scipy
14
+- pip install git+https://github.com/ageitgey/face_recognition_models
15
16
install: pip install -r requirements.txt --use-mirrors
17
0 commit comments