Skip to content

Commit

Permalink
BLD: Rework environment management
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Nov 25, 2024
1 parent 9df531f commit 2fdecc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2fdecc6

Please sign in to comment.