Skip to content

Commit 9e00f61

Browse files
committed
bump version and update setup file
1 parent adc7cd9 commit 9e00f61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gglasso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1.10"
1+
__version__ = "0.2.0"
22

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# What packages are required for this module to be executed?
1818
REQUIRED = [
1919
"numpy>=1.17.3", "scipy>=0.11.0", "scikit-learn>=0.24.1", "numba>=0.46.0", "pandas",
20-
"matplotlib", "seaborn", "networkx", "regain", "decorator==4.4.2"]
20+
"matplotlib", "seaborn", "networkx", "regain"]
2121

2222
# What packages are optional?
2323
EXTRAS = {

0 commit comments

Comments
 (0)