From a272ea3af4626f118e5cc52a0d9a888f226d7995 Mon Sep 17 00:00:00 2001 From: Tanmoy Date: Wed, 1 Mar 2023 01:32:28 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e09266ac..1c5304d74 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def unique_flatten_dict(d): 'networkx': ['networkx>=2.5'], 'gremlin': ['gremlinpython'], 'bolt': ['neo4j', 'neotime'], - 'nodexl': ['openpyxl', 'xlrd'], + 'nodexl': ['openpyxl==3.1.0', 'xlrd'], 'jupyter': ['ipython'], }