We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d42c74 commit d916dbcCopy full SHA for d916dbc
requirements.txt
@@ -1,5 +1,5 @@
1
lxml>=3.3.5
2
-networkx==1.9.1
+networkx>=1.10
3
python-dateutil>=2.2
4
six>=1.9.0
5
pydotplus>=2.0.2
setup.py
@@ -12,7 +12,7 @@
12
13
requirements = [
14
'python-dateutil',
15
- 'networkx==1.9.1',
+ 'networkx>=1.10',
16
'lxml',
17
'six>=1.9.0'
18
]
0 commit comments