From 2fdecc63f05b0b38d8927aef46b0ace92cb26126 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Mon, 25 Nov 2024 03:59:53 +0000 Subject: [PATCH] BLD: Rework environment management --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5422e2138..037aca036 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,12 +80,14 @@ hg = [ ] plugs = [ "asv-bench-memray", +] +envs = [ "py-rattler", ] testR = [ "rpy2; platform_system != 'Windows' and platform_python_implementation != 'PyPy'", ] -all = ["asv[doc,dev,hg,plugs]"] +all = ["asv[doc,dev,hg,envs]"] [build-system] requires = [ "wheel",