Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #64 from lukewys/main
Browse files Browse the repository at this point in the history
Update dependencies and bump up version
  • Loading branch information
lukewys authored Nov 30, 2022
2 parents 1f0c972 + 06244dc commit d7af427
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setuptools.setup(
name='midi-ddsp',
version='0.2.5',
version='0.2.6',
description='Synthesis of MIDI with DDSP',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -32,6 +32,9 @@
packages=setuptools.find_packages(),
scripts=[],
install_requires=[
'tensorflowjs<3.19',
'crepe<0.0.13',
'note-seq<0.0.4',
'ddsp==3.2.0',
'pretty_midi',
'music21',
Expand Down

0 comments on commit d7af427

Please sign in to comment.