From a887ab8505bac1b21ebdd791f6fc35b367467689 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 12 Aug 2017 19:10:13 -0700 Subject: Update requirements Make sure our requirements support the same versions of Python we do. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7d59315b..02ee9cd9 100644 --- a/setup.py +++ b/setup.py @@ -108,9 +108,9 @@ package_data = { 'networkx.utils': ['tests/*.py'] } -install_requires = ['decorator>=3.4.0'] +install_requires = ['decorator>=4.1.0'] extras_require = {'all': ['numpy', 'scipy', 'pandas', 'matplotlib', - 'pygraphviz', 'pydot', 'pyyaml', 'gdal']} + 'pygraphviz', 'pydot', 'pyyaml', 'gdal', 'lxml']} if __name__ == "__main__": -- cgit v1.2.1