mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
Minimal python version changed to 3.6
This commit is contained in:
parent
b491096a95
commit
1972f38cb9
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -8,6 +8,6 @@ setup(name='pyerrors',
|
|||
author='Fabian Joswig',
|
||||
author_email='fabian.joswig@ed.ac.uk',
|
||||
packages=find_packages(),
|
||||
python_requires='>=3.5.0',
|
||||
python_requires='>=3.6.0',
|
||||
install_requires=['numpy>=1.16', 'autograd>=1.2', 'numdifftools', 'matplotlib', 'scipy', 'iminuit<2']
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue