Skip to content

Commit

Permalink
Merge branch 'master' of github.com:statisticalbiotechnology/cb2030
Browse files Browse the repository at this point in the history
  • Loading branch information
percolator committed Oct 31, 2024
2 parents cb7b70b + 8ba7364 commit f565a38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pandas
- numpy
- scipy
- seaborn
- seaborn==0.13.2
- matplotlib
- ipywidgets
# Lab 2
Expand All @@ -24,7 +24,6 @@ dependencies:
- pytest
- pytest-benchmark
- pip:
- cobra
- escher
- gseapy
- cobra
- markupsafe==2.0.1
1 change: 0 additions & 1 deletion lab/Lab0/Lab0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"\n",
"from ipywidgets import interact, interact_manual, IntSlider, FloatSlider, Dropdown, Text\n",
"\n",
"import gseapy as gp\n",
"import sklearn as skl\n",
"\n",
"import networkx\n",
Expand Down
5 changes: 2 additions & 3 deletions lab/Lab0/cb2030-labs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pandas
- numpy
- scipy
- seaborn
- seaborn==0.13.2
- matplotlib
- ipywidgets
# Lab 2
Expand All @@ -24,7 +24,6 @@ dependencies:
- pytest
- pytest-benchmark
- pip:
- cobra
- escher
- gseapy
- cobra
- markupsafe==2.0.1

0 comments on commit f565a38

Please sign in to comment.