Skip to content

Commit 0432c12

Browse files
authored
Add version control for scipy on windows (#2403)
1 parent dc1b823 commit 0432c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ colorlog
33
colorama
44
seqeval
55
multiprocess
6-
datasets>=2.0.0
6+
datasets >= 2.0.0
77
tqdm
88
paddlefsl
99
sentencepiece
10-
scipy<=1.3.1
10+
scipy <= 1.3.1; sys_platform == 'win32'
1111
paddle2onnx

0 commit comments

Comments
 (0)