Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfogeladvestis committed Apr 10, 2024
1 parent 228b426 commit 5b28cd0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
3 changes: 2 additions & 1 deletion examples/abis_biomed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install -e .."
"# !pip install -e ..\n",
"# !pip list"
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions examples/federated_nmf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"outputs": [],
"source": [
"# !pip install mvlearn==0.5.0 wordcloud==1.9.3 matplotlib==3.3.4 distinctipy==1.3.4 networkx==3.2.1 umap==0.1.1 hoggorm==0.13.3 adilsm==0.0.7 scipy==1.9.1\n",
"# !pip install mvlearn==0.5.0 wordcloud==1.9.3 matplotlib==3.3.4 distinctipy==1.3.4 networkx==3.2.1 umap==0.1.1 hoggorm==0.13.3 adilsm==0.0.7 scipy==1.9.1\n",
"\n",
"# scipy==1.12.0 not used (due to changes in SVDS) to reproduce presented results in ref paper"
]
},
Expand All @@ -18,7 +16,8 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install -e .."
"# !pip install -e ..\n",
"# !pip list"
]
},
{
Expand Down
2 changes: 0 additions & 2 deletions examples/simulation_biomed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"outputs": [],
"source": [
"# !pip install mvlearn==0.5.0 wordcloud==1.9.3 matplotlib==3.3.4 distinctipy==1.3.4 networkx==3.2.1 umap==0.1.1 hoggorm==0.13.3 adilsm==0.0.7 scipy==1.9.1\n",
"# !pip install mvlearn==0.5.0 wordcloud==1.9.3 matplotlib==3.3.4 distinctipy==1.3.4 networkx==3.2.1 umap==0.1.1 hoggorm==0.13.3 adilsm==0.0.7 scipy==1.9.1\n",
"\n",
"# scipy==1.12.0 not used (due to changes in SVDS) to reproduce presented results in ref paper"
]
},
Expand Down
5 changes: 2 additions & 3 deletions examples/uci_digits_biomed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"outputs": [],
"source": [
"# !pip install mvlearn==0.5.0 wordcloud==1.9.3 matplotlib==3.3.4 distinctipy==1.3.4 networkx==3.2.1 umap==0.1.1 hoggorm==0.13.3 adilsm==0.0.7 scipy==1.9.1\n",
"# !pip install mvlearn==0.5.0 wordcloud==1.9.3 matplotlib==3.3.4 distinctipy==1.3.4 networkx==3.2.1 umap==0.1.1 hoggorm==0.13.3 adilsm==0.0.7 scipy==1.9.1\n",
"\n",
"# scipy==1.12.0 not used (due to changes in SVDS) to reproduce presented results in ref paper"
]
},
Expand All @@ -18,7 +16,8 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install -e .."
"# !pip install -e ..\n",
"# !pip list"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="adilsm",
version='0.0.10',
version='0.0.11',
author="Mazars",
author_email="victor.chemla@mazars.fr",
description=f"{description}",
Expand Down

0 comments on commit 5b28cd0

Please sign in to comment.