Skip to content

Commit a9491ab

Browse files
committed
Update setup.py
Update to latest versions of all major packages
1 parent a6f06de commit a9491ab

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@
3434
author_email='joseshowh@gmail.com',
3535
maintainer='Joses W. Ho',
3636
maintainer_email='joseshowh@gmail.com',
37-
version='0.3.0',
37+
version='0.3.1',
3838
description=DESCRIPTION,
3939
long_description=LONG_DESCRIPTION,
4040
packages=find_packages(),
4141
install_requires=[
42-
'numpy~=1.17',
43-
'scipy~=1.2',
44-
'pandas~=0.25,!=0.25.2',
42+
'numpy~=1.19',
43+
'scipy~=1.5',
44+
'pandas~=1.1',
4545

46-
'matplotlib~=3.0',
47-
'seaborn~=0.9',
46+
'matplotlib~=3.3',
47+
'seaborn~=0.11',
4848
'lqrt~=0.3'
4949
],
5050
extras_require={'dev': ['pytest~=5.3', 'pytest-mpl~=0.11']},

0 commit comments

Comments
 (0)