Skip to content

Commit ad7f43f

Browse files
authored
Fix CI: Cannot uninstall a distutils installed project (#766)
* Pin llvmlite * Add comments
1 parent e43ee19 commit ad7f43f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ dependencies:
88
- pytest-cov
99
- codecov
1010
- librosa
11+
- llvmlite==0.31 # See https://github.com/pytorch/audio/pull/766
1112
- pip
1213
- pip:
1314
- clang-format
1415
- kaldi-io
1516
- scipy
1617
- parameterized
17-
- numba==0.48
18+
- numba==0.48 # See https://github.com/librosa/librosa/issues/1160

0 commit comments

Comments
 (0)