Skip to content

Commit

Permalink
⬆️ update doc build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
subercui committed Dec 13, 2023
1 parent 21be64b commit 70f7d1b
Showing 1 changed file with 17 additions and 25 deletions.
42 changes: 17 additions & 25 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,25 @@ channels:
dependencies:
- r-base[version='>=4.2']
- r-devtools
- python=3.7
- pip>=22.3
- python=3.9
- pip>=22.3,<=23.2
- pip:
- anndata==0.8.0
- datasets==2.3.2
- leidenalg==0.8.10
- llvmlite==0.38.1
- networkx==2.6.3
- numba==0.55.2
- numpy==1.21.6
- pandas==1.3.5
- scanpy==1.9.1
- scikit-learn==1.0.2
- scikit-misc==0.1.4
- scipy==1.7.3
- scvi-tools==0.16.4
- setuptools==59.5.0
- scib==1.0.3
- torch==1.13.0
- torchtext==0.14.0
- tqdm==4.64.0
- transformers==4.20.1
- typing-extensions==4.2.0
- umap-learn==0.5.3
- sphinx<7.0
- datasets>=2.3.2
- leidenalg>=0.8.10
- numba>=0.55.2
- pandas>=1.3.5
- scanpy>=1.9.1
- scvi-tools>=0.16.4
- scib>=1.0.3
- torch>=1.13.0
- torchtext
- tqdm>=4.64.0
- typing-extensions>=4.2.0
- umap-learn>=0.5.3
- sphinx
- sphinx_rtd_theme
- orbax<0.1.8
- ipykernel
- nbsphinx
- git+https://github.com/vidartf/nbsphinx-link.git
- nbsphinx-link
- myst_nb

0 comments on commit 70f7d1b

Please sign in to comment.