Skip to content

Commit c9f0f72

Browse files
committed
fix extras_require
1 parent 8accfd1 commit c9f0f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'matplotlib~=3.0',
4747
'seaborn~=0.9'
4848
],
49-
extras_require={'dev': ['pytest==5.2 pytest-mpl==0.10']},
49+
extras_require={'dev': ['pytest==5.2', 'pytest-mpl==0.10']},
5050
python_requires='>=3.5',
5151
url='https://acclab.github.io/DABEST-python-docs',
5252
download_url='https://www.github.com/ACCLAB/DABEST-python',

0 commit comments

Comments
 (0)