Bump requirement versions

pull/130/head
Vinayak Mehta 2020-07-23 00:39:53 +05:30
parent 16beb15c43
commit 1b8ce1d560
No known key found for this signature in database
GPG Key ID: 2170CDB940114C1D
2 changed files with 6 additions and 6 deletions

View File

@ -7,4 +7,4 @@ openpyxl>=2.5.8
pandas>=0.23.4
pdfminer.six>=20200720
PyPDF2>=1.26.0
Sphinx>=1.7.9
Sphinx>=3.1.2

View File

@ -33,11 +33,11 @@ plot_requires = [
dev_requires = [
'codecov>=2.0.15',
'pytest>=3.8.0',
'pytest-cov>=2.6.0',
'pytest-mpl>=0.10',
'pytest-runner>=4.2',
'Sphinx>=1.7.9'
'pytest>=5.4.3',
'pytest-cov>=2.10.0',
'pytest-mpl>=0.11',
'pytest-runner>=5.2',
'Sphinx>=3.1.2'
]
all_requires = cv_requires + plot_requires