9254ad5c |
install_requires = ['scipy', 'ipython', 'sortedcontainers']
extras_require = {'recommended': ['holoviews>=1.9.1', 'ipyparallel', 'distributed']}
|
374e51e2 |
setup(
name='adaptive',
description='Adaptively sample mathematical functions',
version='0.1a',
url='https://gitlab.kwant-project.org/qt/adaptive',
author='Adaptive authors',
license='BSD',
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: BSD License'
'Intended Audience :: Science/Research',
'Topic :: Software Development :: Build Tools',
'Programming Language :: Python :: 3.6',
],
|