Skip to content

Commit 8476f4c

Browse files
authored
[Requirements]version collision
Hi, I specify the package version to avoid installing the latest `matplotlib` and `scikit-learn` version which needs python3.5 or higher version.
1 parent ef1f18b commit 8476f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy
22
scipy
33
matplotlib==2.2.3
4-
scikit-image<0.15
4+
scikit-image==0.10.1
55
chumpy
66
opencv-python
77
absl-py

0 commit comments

Comments
 (0)