Skip to content
Snippets Groups Projects
Commit e0bceb4f authored by Nikolay Ivanov's avatar Nikolay Ivanov
Browse files

CythonGSL dependency deleted, v0.1.10

parent 43e3b06e
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ copyright = '2020, Nikolay Ivanov'
author = 'Nikolay Ivanov'
# The full version, including alpha/beta/rc tags
release = '0.1.9'
release = '0.1.10'
# -- General configuration ---------------------------------------------------
......
......@@ -39,17 +39,17 @@ with open('README.md', 'r') as readme:
long_description = readme.read()
setup(name='pyrost',
version='0.1.9',
version='0.1.10',
author='Nikolay Ivanov',
author_email="nikolay.ivanov@desy.de",
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/simply-nicky/rst",
url="https://github.com/simply-nicky/pyrost",
packages=find_packages(),
include_package_data=True,
package_data={'pyrost.bin': ['*.pyx', '*.c'],
'pyrost': ['config/*.ini']},
install_requires=['Cython', 'CythonGSL', 'h5py', 'numpy', 'scipy',],
install_requires=['Cython', 'h5py', 'numpy', 'scipy'],
extras_require={'interactive': ['matplotlib', 'jupyter', 'pyximport']},
ext_modules=extensions,
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment