Skip to content

Commit 69e8395

Browse files
committed
Move pandas requirement from test to notebook
1 parent 8daadad commit 69e8395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def get_version_and_cmdclass(package_name):
4242
"holoviews>=1.9.1",
4343
"ipywidgets",
4444
"bokeh",
45+
"pandas",
4546
"matplotlib",
4647
"plotly",
4748
],
@@ -52,7 +53,6 @@ def get_version_and_cmdclass(package_name):
5253
"pytest-randomly",
5354
"pytest-timeout",
5455
"pre_commit",
55-
"pandas",
5656
"typeguard",
5757
],
5858
"other": [

0 commit comments

Comments
 (0)