Skip to content

Commit

Permalink
Merge pull request #200 from marl/jsonschema-2.6-pin
Browse files Browse the repository at this point in the history
pin jsonschema dependency to 2.6, update jams version
  • Loading branch information
bmcfee authored Feb 26, 2019
2 parents 78c8540 + 2c0e000 commit e30f3ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jams/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '0.3'
version = '0.3.2'
version = '0.3.3'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
install_requires=[
'pandas',
'sortedcontainers>=2.0.0',
'jsonschema',
'jsonschema==2.6',
'numpy>=1.8.0',
'six',
'decorator',
'mir_eval>=0.5',
],
extras_require={
'display': ['matplotlib>=1.5.0'],
'tests': ['pytest', 'pytest-cov'],
'tests': ['pytest < 4', 'pytest-cov'],
},
scripts=['scripts/jams_to_lab.py']
)

0 comments on commit e30f3ae

Please sign in to comment.