Skip to content

Commit

Permalink
add back dependencies to env file
Browse files Browse the repository at this point in the history
related to #41
  • Loading branch information
abearab committed Apr 6, 2024
1 parent fce7f13 commit 96818de
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,29 @@ channels:
- anaconda
- conda-forge
dependencies:
- python
- python=3.9
- scanpy
- python-igraph
- leidenalg
- pandas<2.0
- anndata
- numpy
- scipy
- matplotlib<3.7
- seaborn
- pyarrow
- ipykernel
- mscorefonts
- rust>=1.72
- myst-parser=0.18.1
- sphinx=5.3.0
- sphinx_rtd_theme=1.1.1
- sphinxcontrib-bibtex
- pip
- pip:
- click
- polars
- biobear
- numba
- pydeseq2
- watermark

0 comments on commit 96818de

Please sign in to comment.