Skip to content

Commit 16a2136

Browse files
committed
Add pygtrie dependency for CI
1 parent b90a146 commit 16a2136

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ install:
1616
- conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy scikit-learn pandas joblib pytest
1717
- activate test-environment
1818
- conda install -c conda-forge dlib=19.17
19+
- pip install pygtrie
1920
- pip install imageio
2021
- pip install scikit-image
2122

ci/.travis_install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ fi
4040
conda install matplotlib
4141
conda install jupyter
4242
conda install pytest
43+
pip install pygtrie
4344

4445

4546
if [ "${IMAGE}" = "true" ]; then

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)