Skip to content
Snippets Groups Projects
Commit 0c9a4567 authored by Markus Prim's avatar Markus Prim
Browse files

Update setup.py: version to reflect addition of hybrid, add Max as author, add pandas requirement.

parent 9b18c235
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,12 @@ from setuptools import setup
setup(
name='eFFORT',
version='v.0.1.1',
version='v.0.2.0',
packages=['eFFORT'],
url='https://gitlab.ekp.kit.edu/mapr/eFFORT',
license='',
author='Markus Prim',
author='Markus Tobias Prim, Maximilian Welsch',
author_email='markus.prim@kit.edu',
description='A tool for convenient reweighting between different form factors of semileptonic B decays.',
install_requires=['numpy', 'scipy', 'matplotlib', 'tabulate', 'uncertainties', 'numdifftools'],
install_requires=['numpy', 'scipy', 'matplotlib', 'tabulate', 'uncertainties', 'numdifftools', 'pandas'],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment