Skip to content

Commit 3c19ba2

Browse files
committed
Added part of the R dependencies to the pyproject toml for faster installation.
1 parent a83031e commit 3c19ba2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

pyproject.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,30 @@ testing = [
4848

4949
[tool.setuptools.packages.find]
5050
include = ["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]

0 commit comments

Comments
 (0)