Skip to content

Commit

Permalink
add hdxms-datasets as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Jul 14, 2023
1 parent 9d27e46 commit bd48d8e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
28 changes: 13 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,18 @@ packaging = "^22.0"
param = "^1.12.3"
pyyaml = "^6.0"
omegaconf = "^2.3.0"
hdxms-datasets = "^0.1.2"
panel = { version = "^0.14.2", optional = true }
bokeh = { version = "2.4.3", optional = true }
holoviews = { version = "^1.15.3", optional = true }
colorcet = { version = "^3.0.1", optional = true }
hvplot = { version = "^0.8.2", optional = true }
proplot = { version = "0.9.7", optional = true }
pylatex = { version = "^1.4.1", optional = true }
hdxms-datasets = {path = "../hdxms-datasets", optional = true, develop = true}

[tool.poetry.extras]
web = ["panel", "bokeh", "holoviews", "colorcet", "hvplot", "proplot"]
pdf = ["pylatex", "proplot"]
datasets = ["hdxms-datasets"]

[tool.poetry.group.dev.dependencies]
black = {extras = ["jupyter"], version = "^23.1.0"}
Expand Down

0 comments on commit bd48d8e

Please sign in to comment.