From f75d5e8195f658740d2442c3aaa6a48c31dcce42 Mon Sep 17 00:00:00 2001 From: Denis Barbier Date: Fri, 20 Dec 2019 12:36:32 +0100 Subject: [PATCH] Revert "Add pygtrie dependency for CI" This reverts commit a943c9758eab267abe736a130d0ee10b3a1eefd4. --- .appveyor.yml | 1 - ci/.travis_install.sh | 1 - requirements.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f6372296e..442abe76e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 diff --git a/ci/.travis_install.sh b/ci/.travis_install.sh index dc5e60e76..0e3abbfc1 100755 --- a/ci/.travis_install.sh +++ b/ci/.travis_install.sh @@ -40,7 +40,6 @@ fi conda install matplotlib conda install jupyter conda install pytest -pip install pygtrie if [ "${IMAGE}" = "true" ]; then diff --git a/requirements.txt b/requirements.txt index 22ebb0aa0..773c571bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file