Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Jun 26, 2024
1 parent 6c78c15 commit ef37138
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 8 additions & 2 deletions docs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ channels:
- anaconda
- conda-forge
dependencies:
- python>=3.11,<4.0
- myst-parser=0.18.1
- sphinx=5.3.0
- sphinx_rtd_theme=1.1.1
- jinja2<=3.1
- pandas
- numpy
- polars
- configparser
- requests
- tqdm
- pip
- pip:
- nbsphinx
- pycandi
- pydeseq2
- adpbulk
- pycandi
4 changes: 0 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import subprocess
import sys
sys.path.insert(0, os.path.abspath('../..'))

# Install CanDI - download datasets
subprocess.run('candi-install', shell=True)

# -- Project information -----------------------------------------------------

project = 'CanDI'
Expand Down

0 comments on commit ef37138

Please sign in to comment.