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 8860333 commit b8a4f5aCopy full SHA for b8a4f5a
setup.py
@@ -33,7 +33,7 @@ def unique_flatten_dict(d):
33
'networkx': ['networkx>=2.5'],
34
'gremlin': ['gremlinpython'],
35
'bolt': ['neo4j', 'neotime'],
36
- 'nodexl': ['openpyxl==3.1.0', 'xlrd'],
+ 'nodexl': ['openpyxl<3.1.1', 'xlrd'],
37
'jupyter': ['ipython'],
38
}
39
0 commit comments