Skip to content

Commit 9266c65

Browse files
committed
Add pygtrie dependency for CI
1 parent b90a146 commit 9266c65

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff 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

ci/.travis_install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ else
3737
fi
3838

3939

40+
conda install pygtrie
4041
conda install matplotlib
4142
conda install jupyter
4243
conda install pytest

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ scipy>=1.2.1
22
numpy>=1.16.2
33
pandas>=0.24.2
44
scikit-learn>=0.20.3
5+
pygtrie>=1.0
56
matplotlib>=3.0.0
67
joblib>=0.13.2

0 commit comments

Comments
 (0)