Skip to content

Commit 6a017d9

Browse files
committed
Remove numpy's requirements or python3.7 will not be supported
test=develop
1 parent a524938 commit 6a017d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests==2.9.2
2-
numpy>=1.12,<=1.14 #TODO:change to ">=1.12" when numpy fix bug in 1.15 and higher version
2+
numpy>=1.12 #TODO:change to ">=1.12" when numpy fix bug in 1.15 and higher version
33
protobuf==3.1
44
recordio>=0.1.0
55
matplotlib==2.2.3 # TODO: let python3 paddlepaddle package use latest matplotlib

0 commit comments

Comments
 (0)