Skip to content

Commit

Permalink
Updated lucidrains transformer library versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbons committed Nov 26, 2021
1 parent 2447527 commit c9052f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## 0.3.1 - 2021-11-26

### Updated
- lucidrains transformer libraries

## 0.3.0 - 2021-10-22

### Added
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
from setuptools import setup, find_namespace_packages

setup(name='music-generation-toolbox',
version='0.3.0',
version='0.3.1',
description='Toolbox for generating music',
author='Vincent Bons',
url='https://github.com/wingedsheep/music-generation-toolbox',
download_url='https://github.com/wingedsheep/music-generation-toolbox',
license='MIT',
install_requires=['pretty_midi>=0.2.9', 'miditoolkit>=0.1.15', 'scipy>=1.7.1',
'pylab-sdk>=1.3.2', 'requests>=2.26.0', 'matplotlib>=3.4.3',
'reformer-pytorch>=1.4.3', 'x-transformers>=0.20.2', 'torch>=1.10.0',
'numpy~=1.21.3', 'routing_transformer>=1.6.0'],
'reformer-pytorch>=1.4.4', 'x-transformers>=0.20.9', 'torch>=1.10.0',
'numpy~=1.21.3', 'routing_transformer>=1.6.1'],
packages=find_namespace_packages(),
package_data={"": ["*.mid", "*.midi"]})

0 comments on commit c9052f4

Please sign in to comment.