mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 23:00:25 +01:00
refactor: required python version changed back to 3.6 for transition
period
This commit is contained in:
parent
6d6d32e0c5
commit
1765d4e6b6
1 changed files with 1 additions and 1 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.7.0',
|
||||
python_requires='>=3.6.0',
|
||||
install_requires=['numpy>=1.16', 'autograd @ git+https://github.com/HIPS/autograd.git', 'numdifftools', 'matplotlib>=3.3', 'scipy', 'iminuit>=2', 'h5py']
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue