Skip to content

Commit 95cc29b

Browse files
committed
Add type-hints to setup.py
1 parent 3928c3d commit 95cc29b

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,7 +42,6 @@ def get_version_and_cmdclass(package_name):
4242
"holoviews>=1.9.1",
4343
"ipywidgets",
4444
"bokeh",
45-
"pandas",
4645
"matplotlib",
4746
"plotly",
4847
],
@@ -53,6 +52,7 @@ def get_version_and_cmdclass(package_name):
5352
"pytest-randomly",
5453
"pytest-timeout",
5554
"pre_commit",
55+
"pandas",
5656
"typeguard",
5757
],
5858
"other": [

0 commit comments

Comments
 (0)