updated dependencies

This commit is contained in:
JanLJL
2019-06-24 17:32:38 +02:00
parent 619541b254
commit 98fd0c5b3c

View File

@@ -89,10 +89,11 @@ setup(
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'kerncraft',
'networkx',
'numpy',
'pandas',
'pyparsing',
'kerncraft',
],
python_requires='>=3.5',