Skip to content

Commit

Permalink
bump version and update setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-sp committed Jan 16, 2024
1 parent adc7cd9 commit 9e00f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gglasso/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1.10"
__version__ = "0.2.0"

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# What packages are required for this module to be executed?
REQUIRED = [
"numpy>=1.17.3", "scipy>=0.11.0", "scikit-learn>=0.24.1", "numba>=0.46.0", "pandas",
"matplotlib", "seaborn", "networkx", "regain", "decorator==4.4.2"]
"matplotlib", "seaborn", "networkx", "regain"]

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit 9e00f61

Please sign in to comment.