Skip to content

Commit 683d48a

Browse files
committed
use specific versions of dependencies
1 parent 5d8ba4e commit 683d48a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- run: texhash
4949
# install
5050
- 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
5154
- run: pip3 install .
5255
# lint
5356
- run: pylint setup.py

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ImageHash
1+
ImageHash==3.7

0 commit comments

Comments
 (0)