Skip to content

Commit

Permalink
updated library version in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-samal committed Nov 8, 2024
1 parent a6bb0d0 commit 7742776
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project = 'scaLR'
copyright = '2024, Infocusp Innovations'
author = 'Infocusp Innovations'
release = 'v1.0.0'
release = 'v1.0.1'

# -- General configuration ---------------------------------------------------
import os
Expand Down
8 changes: 4 additions & 4 deletions tutorials/analysis/differential_gene_expression/dge.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
},
"outputs": [],
"source": [
"!pip install scanpy shap pydeseq2"
"!pip install anndata==0.10.9 scanpy==1.10.3 shap==0.46.0 pydeseq2==0.4.11"
]
},
{
Expand Down Expand Up @@ -1321,9 +1321,9 @@
]
},
"kernelspec": {
"display_name": "scaLRM_310",
"display_name": "base",
"language": "python",
"name": "scalrm_310"
"name": "base"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -1335,7 +1335,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.15"
"version": "3.12.2"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 7742776

Please sign in to comment.