Skip to content

Commit 4fd910f

Browse files
authored
Add matplotlib as production dependency; remove plotly (#49)
* elevate matplotlib as production dependency * remove plotly and kaleido deps
1 parent 0dd6f1d commit 4fd910f

File tree

2 files changed

+2
-51
lines changed

2 files changed

+2
-51
lines changed

poetry.lock

+1-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ pandas = [
2020
]
2121
# used for data ingest and export
2222
pyarrow = ">=16,<19"
23-
# used for report generation capabilities
24-
plotly = "^5.24.1"
25-
# used for plotly dependencies
26-
kaleido = "0.2.1"
2723
# used for environment detection
2824
ipython = "^8.12.3"
2925
# used for image processing
@@ -39,6 +35,7 @@ pywavelets = [
3935
# used for image modifications in cytodataframe
4036
opencv-python = "^4.10.0.84"
4137
imagecodecs = "^2024.9.22"
38+
matplotlib = "^3.9.3"
4239

4340
[tool.poetry.group.dev.dependencies]
4441
# provides testing capabilities for project
@@ -55,7 +52,6 @@ black = "^24.10.0"
5552
isort = "^5.13.2"
5653
jupyterlab-code-formatter = "^3.0.2"
5754
duckdb = "^1.1.3"
58-
matplotlib = "^3.9.3"
5955

6056
[tool.poetry.group.docs.dependencies]
6157
# used for rendering docs into docsite

0 commit comments

Comments
 (0)