Skip to content

Commit

Permalink
fix numpy version to enable skvideo
Browse files Browse the repository at this point in the history
  • Loading branch information
wzk1015 authored Apr 13, 2024
1 parent 99ee259 commit 2a80eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py3_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ six==1.16.0
threadpoolctl==2.1.0
h5py==2.10.0
matplotlib==3.3.4
numpy
numpy==1.23.1
miditoolkit==0.1.15
muspy==0.4.0
scikit_learn==1.0
Expand All @@ -25,4 +25,4 @@ numba==0.48.0
pretty_midi
pyfluidsynth==1.2.5
note_seq
midi2audio
midi2audio

0 comments on commit 2a80eca

Please sign in to comment.