File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,30 @@ testing = [
4848
4949[tool .setuptools .packages .find ]
5050include = [" autoprot" ]
51+
52+ [tool .pixi .workspace ]
53+ channels = [" conda-forge" , " bioconda" ]
54+ platforms = [" linux-64" ]
55+
56+ [tool .pixi .pypi-dependencies ]
57+ autoprot = { path = " ." , editable = true }
58+
59+ [tool .pixi .dependencies ]
60+ pixi-pycharm = " >=0.0.9,<0.0.10"
61+ r-base = " >=4.4.3,<4.5"
62+ r-tidyverse = " >=2.0.0,<3"
63+ r-tmvtnorm = " >=1.7,<2"
64+ bioconductor-limma = " >=3.28.10,<4"
65+ bioconductor-vsn = " >=3.74"
66+ bioconductor-rankprod = " >=3.32.0,<4"
67+ bioconductor-pcamethods = " >=1.98.0,<2"
68+ bioconductor-impute = " >=1.80.0,<2"
69+ bioconductor-summarizedexperiment = " >=1.36.0,<2"
70+ r-pak = " >=0.9.0,<0.10"
71+
72+ [tool .pixi .environments ]
73+ default = { solve-group = " default" }
74+ docs = { features = [" docs" ], solve-group = " default" }
75+ testing = { features = [" testing" ], solve-group = " default" }
76+
77+ [tool .pixi .tasks ]
You can’t perform that action at this time.
0 commit comments