Skip to content

Commit

Permalink
Merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaliyanage committed Oct 7, 2020
2 parents eac2786 + 3bb7d83 commit bf97351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
import atexit
import tarfile

__version__ = '0.1.54b2'
__version__ = '0.1.55b0'

install_requires = ['PyLD', 'future', 'prov', 'unicodecsv', 'progressbar2',
'requests', 'argparse==1.1', 'topicexplorer==1.0b226']
'requests', 'argparse==1.1', 'topicexplorer==1.0b226', 'numpy==1.16.2']
# TODO: migrate to docs confix:, 'sphinx-argparse', 'sphinxcontrib-fulltoc']
if sys.version_info.major == 2:
install_requires.append('configparser')
Expand Down

0 comments on commit bf97351

Please sign in to comment.