File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install:
13
13
- conda config --set always_yes yes --set changeps1 no
14
14
- conda update -q conda
15
15
- conda info -a
16
- - conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy scikit-learn pandas joblib pytest
16
+ - conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy scikit-learn pandas joblib pygtrie pytest
17
17
- activate test-environment
18
18
- conda install -c conda-forge dlib=19.17
19
19
- pip install imageio
Original file line number Diff line number Diff line change 37
37
fi
38
38
39
39
40
+ conda install pygtrie
40
41
conda install matplotlib
41
42
conda install jupyter
42
43
conda install pytest
Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ scipy>=1.2.1
2
2
numpy >= 1.16.2
3
3
pandas >= 0.24.2
4
4
scikit-learn >= 0.20.3
5
+ pygtrie >= 1.0
5
6
matplotlib >= 3.0.0
6
7
joblib >= 0.13.2
You can’t perform that action at this time.
0 commit comments