Skip to content

Commit 207cac4

Browse files
committed
Pinned version of nx due to breaking changes ..
1 parent 0152d32 commit 207cac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy>=0.8
22
rdflib>=0.1
33
scipy>=1.1.0
4-
networkx>=2.8.8
4+
networkx==2.4
55
plotnine
66
cython>=0.20
77
tqdm>0.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def parse_requirements(file):
6262

6363

6464
setup(name='py3plex',
65-
version='0.94a',
65+
version='0.95',
6666
description="A Multilayer network analysis python3 library",
6767
url='https://github.com/skblaz/py3plex',
6868
python_requires='>3.6.0',

0 commit comments

Comments
 (0)