Skip to content

Commit

Permalink
Add pygtrie dependency for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbier committed Dec 18, 2019
1 parent b90a146 commit 16a2136
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
- conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy scikit-learn pandas joblib pytest
- activate test-environment
- conda install -c conda-forge dlib=19.17
- pip install pygtrie
- pip install imageio
- pip install scikit-image

Expand Down
1 change: 1 addition & 0 deletions ci/.travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ fi
conda install matplotlib
conda install jupyter
conda install pytest
pip install pygtrie


if [ "${IMAGE}" = "true" ]; then
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ scipy>=1.2.1
numpy>=1.16.2
pandas>=0.24.2
scikit-learn>=0.20.3
pygtrie>=1.0
matplotlib>=3.0.0
joblib>=0.13.2

0 comments on commit 16a2136

Please sign in to comment.