Skip to content

Commit

Permalink
change REQUIRED vak to 0.3.1, bump version to 0.4.4 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Aug 9, 2020
1 parent 1dc4f63 commit 2418767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
EMAIL = '[email protected]'
AUTHOR = 'Yarden Cohen, David Nicholson'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '0.4.3'
VERSION = '0.4.4'
LICENSE='BSD'

REQUIRED = [
'torch',
'vak>=0.3.0',
'vak>=0.3.1',
]

# What packages are optional?
EXTRAS = {
'tests': ['pytest'],
'article': ['vak>=0.3.0', 'crowsetta>=2.1.0', 'joblib', 'pandas', 'seaborn', 'jupyterlab'],
'article': ['vak>=0.3.1', 'crowsetta>=2.1.0', 'joblib', 'pandas', 'seaborn', 'jupyterlab'],
}

# The rest you shouldn't have to touch too much :)
Expand Down

0 comments on commit 2418767

Please sign in to comment.