Skip to content

Commit

Permalink
Move jupyter related deps into analysis group
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 30, 2024
1 parent e605ca7 commit 2bb87c4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions oonipipeline/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,21 @@ dependencies = [
"warcio ~= 1.7.4",
"msgpack ~= 1.0.4",
"click-loglevel ~= 0.5.0",
"altair ~= 4.2.0",
"pandas ~= 2.0.0",
"jupyterlab ~= 4.0.7",
"temporalio ~= 1.7.0",
"temporalio[opentelemetry] ~= 1.7.0",
"opentelemetry-exporter-otlp-proto-grpc ~= 1.18.0",
"bokeh ~= 3.5.2",
"uvicorn ~= 0.25.0",
"pydantic-settings ~= 2.4.0",
]

[project.optional-dependencies]
analysis = [
"altair ~= 4.2.0",
"pandas ~= 2.0.0",
"jupyterlab ~= 4.0.7",
"bokeh ~= 3.5.2",
]

[tool.hatch.build.targets.sdist]

[tool.hatch.build.targets.wheel]
Expand Down

0 comments on commit 2bb87c4

Please sign in to comment.