Skip to content

Commit 5f30a71

Browse files
committed
pin librosa, numba, and llvm version
1 parent 41e6a32 commit 5f30a71

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements-dev.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ tensorflow
99
gym
1010
keras
1111
huffman
12-
librosa
12+
librosa==0.7.2
13+
llvmlite==0.32.1
14+
numba==0.45.0
1315
nltk
1416
hmmlearn
1517
statsmodels

requirements-test.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tensorflow
77
keras
88
gym
99
huffman
10-
librosa>=0.8.0
10+
librosa==0.7.2
11+
llvmlite==0.32.1
12+
numba==0.45.0
1113
nltk
1214
hmmlearn
1315
statsmodels

0 commit comments

Comments
 (0)