diff --git a/setup.py b/setup.py index acbbe604..a7ce7489 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='ties', - version='0.0.1.dev1', + version='20.10', description='TIES: Thermodynamic Integration with Enhanced Sampling', long_description='Copy from README file', url='http://ccs.chem.ucl.ac.uk', @@ -35,7 +35,15 @@ author_email='bieniekmat@gmail.com', packages=find_packages(), include_package_data=True, - install_requires='numpy', + install_requires=[ + 'numpy', + 'cython', + 'setuptools', + 'matplotlib', + 'networkx', + 'dimod', + 'tabulate', + 'dwave-networkx'], entry_points={ 'console_scripts': [ 'ties = ties:cli.command_line_script'