File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install:
1313 - conda config --set always_yes yes --set changeps1 no
1414 - conda update -q conda
1515 - 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
1717 - activate test-environment
1818 - conda install -c conda-forge dlib=19.17
1919 - pip install imageio
Original file line number Diff line number Diff line change 3737fi
3838
3939
40+ conda install pygtrie
4041conda install matplotlib
4142conda install jupyter
4243conda install pytest
Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ scipy>=1.2.1
22numpy >= 1.16.2
33pandas >= 0.24.2
44scikit-learn >= 0.20.3
5+ pygtrie >= 1.0
56matplotlib >= 3.0.0
67joblib >= 0.13.2
You can’t perform that action at this time.
0 commit comments