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 9266c65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy scikit-learn pandas joblib pytest
- conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy scikit-learn pandas joblib pygtrie pytest
- activate test-environment
- conda install -c conda-forge dlib=19.17
- pip install imageio
Expand Down
1 change: 1 addition & 0 deletions ci/.travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ else
fi


conda install pygtrie
conda install matplotlib
conda install jupyter
conda install pytest
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 9266c65

Please sign in to comment.