File tree 2 files changed +6
-31
lines changed
2 files changed +6
-31
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ version: 2
3
3
build :
4
4
os : ubuntu-20.04
5
5
tools :
6
- python : " 3.10"
6
+ python : " mambaforge-22.9"
7
+
8
+ conda :
9
+ environment : env.yaml
10
+
7
11
sphinx :
8
12
configuration : docs/conf.py
9
13
# disable this for more lenient docs builds
Original file line number Diff line number Diff line change @@ -2,34 +2,5 @@ name: flowsom
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - python<3.11
5
+ - python=3.12
6
6
- 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
You can’t perform that action at this time.
0 commit comments