mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
removed dependencies not needed for basic analysis from install requiries list
This commit is contained in:
2
setup.py
2
setup.py
@@ -90,10 +90,8 @@ setup(
|
|||||||
# requirements files see:
|
# requirements files see:
|
||||||
# https://packaging.python.org/en/latest/requirements.html
|
# https://packaging.python.org/en/latest/requirements.html
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'kerncraft',
|
|
||||||
'networkx',
|
'networkx',
|
||||||
'pyparsing',
|
'pyparsing',
|
||||||
'pygraphviz',
|
|
||||||
],
|
],
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.5',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user