We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90a146 commit 16a2136Copy full SHA for 16a2136
.appveyor.yml
@@ -16,6 +16,7 @@ install:
16
- conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy scikit-learn pandas joblib pytest
17
- activate test-environment
18
- conda install -c conda-forge dlib=19.17
19
+ - pip install pygtrie
20
- pip install imageio
21
- pip install scikit-image
22
ci/.travis_install.sh
@@ -40,6 +40,7 @@ fi
40
conda install matplotlib
41
conda install jupyter
42
conda install pytest
43
+pip install pygtrie
44
45
46
if [ "${IMAGE}" = "true" ]; then
requirements.txt
@@ -2,5 +2,6 @@ scipy>=1.2.1
2
numpy>=1.16.2
3
pandas>=0.24.2
4
scikit-learn>=0.20.3
5
+pygtrie>=1.0
6
matplotlib>=3.0.0
7
joblib>=0.13.2
0 commit comments