audio2midi 0.12.0__tar.gz → 0.13.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: audio2midi
3
- Version: 0.12.0
3
+ Version: 0.13.0
4
4
  Summary: Audio To Midi
5
5
  Author-email: dummyjenil <dummyjenil@gmail.com>
6
6
  Provides-Extra: all
@@ -23,6 +23,7 @@ Requires-Dist: torch; extra == 'all'
23
23
  Requires-Dist: torchaudio; extra == 'all'
24
24
  Requires-Dist: transformers; extra == 'all'
25
25
  Requires-Dist: vamp; extra == 'all'
26
+ Requires-Dist: yourmt3; extra == 'all'
26
27
  Provides-Extra: basic-pitch-pitch-detector
27
28
  Requires-Dist: huggingface-hub; extra == 'basic-pitch-pitch-detector'
28
29
  Requires-Dist: librosa; extra == 'basic-pitch-pitch-detector'
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "audio2midi"
3
- version = "0.12.0"
3
+ version = "0.13.0"
4
4
  description = "Audio To Midi"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -20,7 +20,7 @@ pop2piano = ["librosa", "numpy==1.26.4","pretty_midi_fix","transformers","essent
20
20
  mt3_music_transcription = ["nest_asyncio", "mt3-audio2midi"]
21
21
  magenta_music_transcription = ["librosa","numpy","pretty_midi_fix","tensorflow","huggingface_hub"]
22
22
  yourmt3_music_transcription = ['yourmt3']
23
- all = ["librosa", "numpy==1.26.4","pretty_midi_fix","transformers","essentia","torch","scipy","torchaudio","torch","mir_eval","hmmlearn","tensorflow","keras","vamp","nnAudio","resampy","pretty_midi","huggingface_hub","nest_asyncio", "mt3-audio2midi"]
23
+ all = ["librosa", "numpy==1.26.4","pretty_midi_fix","transformers","essentia","torch","scipy","torchaudio","torch","mir_eval","hmmlearn","tensorflow","keras","vamp","nnAudio","resampy","pretty_midi","huggingface_hub","nest_asyncio", "mt3-audio2midi","yourmt3"]
24
24
 
25
25
  [build-system]
26
26
  requires = ["hatchling"]
File without changes
File without changes
File without changes