Skip to content

Commit

Permalink
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ black
luigi
# One of the requirements pulls in librosa, I believe note_seq
# So we need to pin these, otherwise librosa breaks
numpy==1.19.2
numba==0.48
numpy==1.22.2
numba==0.49.0
pandas
pre-commit
pytest
Expand All @@ -19,4 +19,8 @@ ffmpeg-python
note_seq
tensorflow>=2.0
schema
patool
patool
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 2c596c3

Please sign in to comment.