We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9491ab commit afae17cCopy full SHA for afae17c
1 file changed
setup.py
@@ -42,12 +42,12 @@
42
'numpy~=1.19',
43
'scipy~=1.5',
44
'pandas~=1.1',
45
-
+
46
'matplotlib~=3.3',
47
'seaborn~=0.11',
48
'lqrt~=0.3'
49
],
50
- extras_require={'dev': ['pytest~=5.3', 'pytest-mpl~=0.11']},
+ extras_require={'dev': ['pytest~=6.1', 'pytest-mpl~=0.11']},
51
python_requires='~=3.5',
52
classifiers=[
53
"Development Status :: 5 - Production/Stable",
0 commit comments