Skip to content

Commit

Permalink
Fix build error - packaging is a subdependency of mido, and it was er…
Browse files Browse the repository at this point in the history
…roring out because versions of mido specify which versions of packaging they want to use.

Fix build warning - The recursive-include and recursive-exclude patterns don't use a trailing slash.
  • Loading branch information
larryfenn committed Aug 8, 2024
1 parent 80ba70f commit 770d9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prune docs
prune tests
include CHANGES.rst
recursive-include madmom/ *.pyx
recursive-exclude madmom/ *.c
recursive-include madmom *.pyx
recursive-exclude madmom *.c
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ cython>=0.25
mido>=1.2.6
numpy>=1.13.4
scipy>=0.16
packaging>=21.3
torch
torchvision
torchaudio
Expand Down

0 comments on commit 770d9c6

Please sign in to comment.