Skip to content

Commit

Permalink
Bump requirement versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Jul 22, 2020
1 parent 16beb15 commit 1b8ce1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@

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
Expand Down

0 comments on commit 1b8ce1d

Please sign in to comment.