Skip to content

Commit 2a80eca

Browse files
authored
fix numpy version to enable skvideo
1 parent 99ee259 commit 2a80eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py3_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ six==1.16.0
44
threadpoolctl==2.1.0
55
h5py==2.10.0
66
matplotlib==3.3.4
7-
numpy
7+
numpy==1.23.1
88
miditoolkit==0.1.15
99
muspy==0.4.0
1010
scikit_learn==1.0
@@ -25,4 +25,4 @@ numba==0.48.0
2525
pretty_midi
2626
pyfluidsynth==1.2.5
2727
note_seq
28-
midi2audio
28+
midi2audio

0 commit comments

Comments
 (0)