We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddba63f commit a272ea3Copy full SHA for a272ea3
setup.py
@@ -34,7 +34,7 @@ def unique_flatten_dict(d):
34
'networkx': ['networkx>=2.5'],
35
'gremlin': ['gremlinpython'],
36
'bolt': ['neo4j', 'neotime'],
37
- 'nodexl': ['openpyxl', 'xlrd'],
+ 'nodexl': ['openpyxl==3.1.0', 'xlrd'],
38
'jupyter': ['ipython'],
39
}
40
0 commit comments