Skip to content

Commit

Permalink
Revert "Add pygtrie dependency for CI"
Browse files Browse the repository at this point in the history
This reverts commit a943c9758eab267abe736a130d0ee10b3a1eefd4.
  • Loading branch information
dbarbier committed Dec 20, 2019
1 parent 423f9e7 commit f75d5e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ 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: 0 additions & 1 deletion ci/.travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ fi
conda install matplotlib
conda install jupyter
conda install pytest
pip install pygtrie


if [ "${IMAGE}" = "true" ]; then
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ 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 f75d5e8

Please sign in to comment.