Skip to content

Commit f75d5e8

Browse files
committed
Revert "Add pygtrie dependency for CI"
This reverts commit a943c9758eab267abe736a130d0ee10b3a1eefd4.
1 parent 423f9e7 commit f75d5e8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ 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
2019
- pip install imageio
2120
- pip install scikit-image
2221

ci/.travis_install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ fi
4040
conda install matplotlib
4141
conda install jupyter
4242
conda install pytest
43-
pip install pygtrie
4443

4544

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

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ scipy>=1.2.1
22
numpy>=1.16.2
33
pandas>=0.24.2
44
scikit-learn>=0.20.3
5-
pygtrie>=1.0
65
matplotlib>=3.0.0
76
joblib>=0.13.2

0 commit comments

Comments
 (0)