Skip to content

Commit afae17c

Browse files
committed
update to latest version of pytest
1 parent a9491ab commit afae17c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
'numpy~=1.19',
4343
'scipy~=1.5',
4444
'pandas~=1.1',
45-
45+
4646
'matplotlib~=3.3',
4747
'seaborn~=0.11',
4848
'lqrt~=0.3'
4949
],
50-
extras_require={'dev': ['pytest~=5.3', 'pytest-mpl~=0.11']},
50+
extras_require={'dev': ['pytest~=6.1', 'pytest-mpl~=0.11']},
5151
python_requires='~=3.5',
5252
classifiers=[
5353
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)