Skip to content

Commit

Permalink
Chainging Version of openpyxl
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Jan 10, 2018
1 parent 0d4d9b2 commit 3b6ada3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy==1.14.0
openpyxl==1.9.0
openpyxl==1.8.6
nose==1.3.7
pandas==0.16.2
coloredlogs==5.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def read(*filenames, **kwargs):
packages=['iAnnotateSV'],
install_requires=[
'numpy==1.14.0',
'openpyxl==1.9.0',
'openpyxl==1.8.6',
'pandas==0.16.2',
'nose==1.3.7',
'codecove==2.0.5',
Expand Down

0 comments on commit 3b6ada3

Please sign in to comment.