Skip to content

Commit ca371c5

Browse files
committed
set versions
1 parent c48dc00 commit ca371c5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.circleci/unittest/linux/scripts/environment.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ dependencies:
77
- pytest
88
- pytest-cov
99
- codecov
10-
- librosa>=0.8.0
10+
- librosa=0.8.0
1111
- llvmlite==0.31 # See https://github.com/pytorch/audio/pull/766
12-
- pip
12+
- numpy=1.19.1
13+
- pip=20.2.3
1314
- pip:
14-
- kaldi-io
15-
- scipy
16-
- parameterized
15+
- kaldi-io==0.9.4
16+
- scipy==1.5.2
17+
- parameterized==0.7.4

0 commit comments

Comments
 (0)