Skip to content

Commit

Permalink
Increment pandas version requirement #2
Browse files Browse the repository at this point in the history
  • Loading branch information
kcha committed Oct 24, 2019
1 parent 2ab101c commit 6726ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def is_Numpy_installed():
packages=find_packages(),
scripts=['scripts/run_folding'],
install_requires=['setuptools',
'pandas >= 0.17',
'pandas >= 0.24',
'numpy >= 1.10.0',
'biopython >= 1.66'],
entry_points={
Expand Down

0 comments on commit 6726ed6

Please sign in to comment.