Skip to content

Commit 684999f

Browse files
authored
networkx version (#7)
* Update requirements.txt * Update version.py
1 parent 316d2b0 commit 684999f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

decaf/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
loguru
2-
networkx>=2.0
2+
networkx>=2.0,<3.0
33
numpy>=1.19
44
pandas
55
pytorch-lightning>=1.4

0 commit comments

Comments
 (0)