Skip to content

Commit 611321d

Browse files
committed
Using networkx >= 2.0
1 parent fb28a86 commit 611321d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
lxml>=3.3.5
2-
networkx
2+
networkx>=2.0
33
python-dateutil>=2.2
44
six>=1.9.0
55
pydot>=1.2.0

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
readme = f.read()
1212

1313
requirements = [
14-
'python-dateutil',
15-
'networkx',
16-
'lxml',
14+
'python-dateutil>=2.2',
15+
'networkx>=2.0',
16+
'lxml>=3.3.5',
1717
'six>=1.9.0',
1818
'rdflib>=4.2.1'
1919
]
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='prov',
27-
version='1.5.1',
27+
version='1.5.2',
2828
description='A library for W3C Provenance Data Model supporting PROV-JSON, '
2929
'PROV-XML and PROV-O (RDF)',
3030
long_description=readme,

0 commit comments

Comments
 (0)