We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f06de commit a9491abCopy full SHA for a9491ab
1 file changed
setup.py
@@ -34,17 +34,17 @@
34
author_email='joseshowh@gmail.com',
35
maintainer='Joses W. Ho',
36
maintainer_email='joseshowh@gmail.com',
37
- version='0.3.0',
+ version='0.3.1',
38
description=DESCRIPTION,
39
long_description=LONG_DESCRIPTION,
40
packages=find_packages(),
41
install_requires=[
42
- 'numpy~=1.17',
43
- 'scipy~=1.2',
44
- 'pandas~=0.25,!=0.25.2',
+ 'numpy~=1.19',
+ 'scipy~=1.5',
+ 'pandas~=1.1',
45
46
- 'matplotlib~=3.0',
47
- 'seaborn~=0.9',
+ 'matplotlib~=3.3',
+ 'seaborn~=0.11',
48
'lqrt~=0.3'
49
],
50
extras_require={'dev': ['pytest~=5.3', 'pytest-mpl~=0.11']},
0 commit comments