We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423f9e7 commit f75d5e8Copy full SHA for f75d5e8
.appveyor.yml
@@ -16,7 +16,6 @@ install:
16
- conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy scikit-learn pandas joblib pytest
17
- activate test-environment
18
- conda install -c conda-forge dlib=19.17
19
- - pip install pygtrie
20
- pip install imageio
21
- pip install scikit-image
22
ci/.travis_install.sh
@@ -40,7 +40,6 @@ fi
40
conda install matplotlib
41
conda install jupyter
42
conda install pytest
43
-pip install pygtrie
44
45
46
if [ "${IMAGE}" = "true" ]; then
requirements.txt
@@ -2,6 +2,5 @@ scipy>=1.2.1
2
numpy>=1.16.2
3
pandas>=0.24.2
4
scikit-learn>=0.20.3
5
-pygtrie>=1.0
6
matplotlib>=3.0.0
7
joblib>=0.13.2
0 commit comments