Skip to content

Commit 9be99b1

Browse files
authored
Merge pull request #14424 from luotao1/fix_windows_bug
fix compiler error
2 parents 2354409 + 91c6e7a commit 9be99b1

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,7 +1,7 @@
11
requests==2.9.2
22
numpy>=1.12,<=1.14 #TODO:change to ">=1.12" when numpy fix bug in 1.15 and higher version
33
protobuf==3.1
4-
recordio>=0.1.0; sys_platform != 'win32'
4+
recordio>=0.1.0
55
matplotlib==2.2.3 # TODO: let python3 paddlepaddle package use latest matplotlib
66
rarfile
77
scipy>=0.19.0

0 commit comments

Comments
 (0)