mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
Merge branch 'develop' into feature/v2.0
This commit is contained in:
commit
f5b8c1698e
2 changed files with 2 additions and 2 deletions
Binary file not shown.
4
setup.py
4
setup.py
|
@ -6,8 +6,8 @@ setup(name='pyerrors',
|
|||
version='1.1.0',
|
||||
description='Error analysis for lattice QCD',
|
||||
author='Fabian Joswig',
|
||||
author_email='fabian.joswig@wwu.de',
|
||||
author_email='fabian.joswig@ed.ac.uk',
|
||||
packages=find_packages(),
|
||||
python_requires='>=3.5.0',
|
||||
install_requires=['numpy>=1.16', 'autograd>=1.2', 'numdifftools', 'matplotlib', 'scipy'] # readd iminuit at some point
|
||||
install_requires=['numpy>=1.16', 'autograd>=1.2', 'numdifftools', 'matplotlib', 'scipy', 'iminuit<2']
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue