Skip to content

Commit

Permalink
simplify conda env; use in readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
berombau committed Mar 19, 2024
1 parent 4e91311 commit 2f13234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 31 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.10"
python: "mambaforge-22.9"

conda:
environment: env.yaml

sphinx:
configuration: docs/conf.py
# disable this for more lenient docs builds
Expand Down
31 changes: 1 addition & 30 deletions env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,5 @@ name: flowsom
channels:
- conda-forge
dependencies:
- python<3.11
- python=3.12
- pip
- numpy
- matplotlib
- pandas
- scipy
- scikit-learn
- python-igraph
- numba
- seaborn
- session-info
# cytometry
- scanpy
- mudata
# tests
- pytest
- pip:
# cytometry
- pytometry
- readfcs
# documentation
- docutils>=0.8,!=0.18.*,!=0.19.*
- sphinx>=4
- sphinx-book-theme>=1.0.0
- myst-nb
- sphinxcontrib-bibtex>=1.0.0
- sphinx-autodoc-typehints
- sphinxext-opengraph
- ipykernel
- ipython
- sphinx-copybutton

0 comments on commit 2f13234

Please sign in to comment.