Skip to content

Commit ee658c8

Browse files
committed
Add matplotlib as a core dependency for the upcoming plotting API
Plotting is coming and should ship with the base install, so matplotlib moves into [project].dependencies — 'pip install ovvo-nns' will include the R-colored nns.plotting layer with no extra step (no optional [plot] extra needed).
1 parent af11e61 commit ee658c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ urls = { "Homepage" = "https://github.com/OVVO-Financial/NNS-python", "Repositor
3535
dependencies = [
3636
"numpy",
3737
"scipy",
38+
"matplotlib>=3.7",
3839
]
3940

4041
[dependency-groups]

0 commit comments

Comments
 (0)