Skip to content

Commit 37e194f

Browse files
authored
Pin SciPy version to 1.4.1 in Windows unittest job (#743)
1 parent 80bfb28 commit 37e194f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/unittest/windows/scripts/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- codecov
1010
- pip
1111
- pip:
12-
- scipy
12+
- scipy == 1.4.1
1313
- kaldi-io
1414
- PySoundFile
1515
- librosa

0 commit comments

Comments
 (0)