Skip to content
Snippets Groups Projects
Commit 02963e08 authored by amichaut's avatar amichaut
Browse files

bugfix in installation: removed multiprocessing from requirements

parent 270fb568
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,4 @@ welcome_message = """
print(welcome_message)
__version__ = "0.1rc"
\ No newline at end of file
__version__ = "0.1rc2"
\ No newline at end of file
......@@ -10,5 +10,4 @@ pipython
scipy
lmfit
simple_pid
multiprocessing
joblib
\ No newline at end of file
......@@ -34,7 +34,7 @@ setup(name='manipylator',
author="Arthur Michaut",
author_email="arthur.michaut@gmail.com",
url="https://gitlab.pasteur.fr/amichaut/manipylator/",
download_url="",
download_url="https://pypi.org/project/manipylator/",
license="GPLv3",
classifiers=[
'Development Status :: 5 - Production/Stable',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment