fixed for tests

This commit is contained in:
JanLJL
2019-04-30 18:46:45 +02:00
parent f189d6aca5
commit c70e57ab1a
3 changed files with 2 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ setup(
install_requires=[
'numpy',
'pandas',
'pyparsing',
'kerncraft',
],
python_requires='>=3.5',