Skip to content

Commit 68df953

Browse files
authored
Merge pull request #2 from eigenP/bot/fix-setup.py-to-check-dependencies
Update setup dependencies
2 parents 8d3df18 + 290e3e8 commit 68df953

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
'tqdm',
2121
'scipy',
2222
'scikit-image',
23+
'matplotlib',
24+
'pandas',
25+
'ipywidgets',
26+
'plotly',
27+
'marimo',
2328
],
2429
classifiers=[ # Optional metadata
2530
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)