Skip to content

Commit

Permalink
Unpin holoviews in pyproject.toml and add all-nogpu
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeaucage authored Jan 27, 2025
1 parent 6657973 commit e58b875
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ performance = [
"cupy"
]
ui = [
"holoviews==1.16.2",
"holoviews",
"hvplot",
"matplotlib"
]
Expand All @@ -68,6 +68,22 @@ test = [
"codecov",
"pylint"
]
all-nogpu = [
"tiled[all]>=0.1.0a74",
"databroker[all]>=2.0.0b10",
"bluesky-tiled-plugins",
"bottleneck",
"pyopencl",
"dask",
"holoviews",
"hvplot",
"sphinx",
"pydata_sphinx_theme",
"pytest",
"black",
"codecov",
"pylint"
]
all = [
"tiled[all]>=0.1.0a74",
"databroker[all]>=2.0.0b10",
Expand All @@ -76,7 +92,7 @@ all = [
"pyopencl",
"dask",
"cupy",
"holoviews==1.16.2",
"holoviews",
"hvplot",
"sphinx",
"pydata_sphinx_theme",
Expand Down

0 comments on commit e58b875

Please sign in to comment.