Skip to content

Commit

Permalink
Attempt to pin mpl for testing temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 9, 2019
1 parent 09b2689 commit e1010e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'cyordereddict', 'flexx==0.4.1']

# Test requirements
extras_require['tests'] = ['nose', 'flake8==3.6.0', 'coveralls', 'path.py']
extras_require['tests'] = ['nose', 'flake8==3.6.0', 'coveralls', 'path.py', 'matplotlib>=2.1,<3.1']

extras_require['unit_tests'] = extras_require['examples']+extras_require['tests']

Expand Down

0 comments on commit e1010e4

Please sign in to comment.