Skip to content

Commit a272ea3

Browse files
authored
Update setup.py
1 parent ddba63f commit a272ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def unique_flatten_dict(d):
3434
'networkx': ['networkx>=2.5'],
3535
'gremlin': ['gremlinpython'],
3636
'bolt': ['neo4j', 'neotime'],
37-
'nodexl': ['openpyxl', 'xlrd'],
37+
'nodexl': ['openpyxl==3.1.0', 'xlrd'],
3838
'jupyter': ['ipython'],
3939
}
4040

0 commit comments

Comments
 (0)