we don't know whether python 3.6 still works

it will anyways get security fixes only until end of 2021
This commit is contained in:
Martin Diehl 2021-09-05 10:15:12 +02:00
parent 08dffb97bc
commit 0fccba88ce
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ setuptools.setup(
url='https://damask.mpie.de',
packages=setuptools.find_packages(),
include_package_data=True,
python_requires = '>=3.6',
python_requires = '>3.6',
install_requires = [
'pandas>=0.24', # requires numpy
'numpy>=1.17', # needed for default_rng