We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0152d32 commit 207cac4Copy full SHA for 207cac4
requirements.txt
@@ -1,7 +1,7 @@
1
numpy>=0.8
2
rdflib>=0.1
3
scipy>=1.1.0
4
-networkx>=2.8.8
+networkx==2.4
5
plotnine
6
cython>=0.20
7
tqdm>0.0
setup.py
@@ -62,7 +62,7 @@ def parse_requirements(file):
62
63
64
setup(name='py3plex',
65
- version='0.94a',
+ version='0.95',
66
description="A Multilayer network analysis python3 library",
67
url='https://github.com/skblaz/py3plex',
68
python_requires='>3.6.0',
0 commit comments