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 5d8ba4e commit 683d48aCopy full SHA for 683d48a
.circleci/config.yml
@@ -48,6 +48,9 @@ jobs:
48
- run: texhash
49
# install
50
- run: pip3 install -r test_requirements.txt
51
+ # Install very specific versions of the dependencies; the build is too
52
+ # fragile otherwise.
53
+ - run: pip3 install matplotlib==2.1.0
54
- run: pip3 install .
55
# lint
56
- run: pylint setup.py
test_requirements.txt
@@ -1 +1 @@
1
-ImageHash
+ImageHash==3.7
0 commit comments