Skip to content

Commit b8a4f5a

Browse files
authored
unpinned openpyxl
1 parent 8860333 commit b8a4f5a

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
@@ -33,7 +33,7 @@ def unique_flatten_dict(d):
3333
'networkx': ['networkx>=2.5'],
3434
'gremlin': ['gremlinpython'],
3535
'bolt': ['neo4j', 'neotime'],
36-
'nodexl': ['openpyxl==3.1.0', 'xlrd'],
36+
'nodexl': ['openpyxl<3.1.1', 'xlrd'],
3737
'jupyter': ['ipython'],
3838
}
3939

0 commit comments

Comments
 (0)