Skip to content

Commit 2f13234

Browse files
committed
simplify conda env; use in readthedocs
1 parent 4e91311 commit 2f13234

File tree

2 files changed

+6
-31
lines changed

2 files changed

+6
-31
lines changed

.readthedocs.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ version: 2
33
build:
44
os: ubuntu-20.04
55
tools:
6-
python: "3.10"
6+
python: "mambaforge-22.9"
7+
8+
conda:
9+
environment: env.yaml
10+
711
sphinx:
812
configuration: docs/conf.py
913
# disable this for more lenient docs builds

env.yaml

+1-30
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,5 @@ name: flowsom
22
channels:
33
- conda-forge
44
dependencies:
5-
- python<3.11
5+
- python=3.12
66
- pip
7-
- numpy
8-
- matplotlib
9-
- pandas
10-
- scipy
11-
- scikit-learn
12-
- python-igraph
13-
- numba
14-
- seaborn
15-
- session-info
16-
# cytometry
17-
- scanpy
18-
- mudata
19-
# tests
20-
- pytest
21-
- pip:
22-
# cytometry
23-
- pytometry
24-
- readfcs
25-
# documentation
26-
- docutils>=0.8,!=0.18.*,!=0.19.*
27-
- sphinx>=4
28-
- sphinx-book-theme>=1.0.0
29-
- myst-nb
30-
- sphinxcontrib-bibtex>=1.0.0
31-
- sphinx-autodoc-typehints
32-
- sphinxext-opengraph
33-
- ipykernel
34-
- ipython
35-
- sphinx-copybutton

0 commit comments

Comments
 (0)