We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daadad commit 69e8395Copy full SHA for 69e8395
setup.py
@@ -42,6 +42,7 @@ def get_version_and_cmdclass(package_name):
42
"holoviews>=1.9.1",
43
"ipywidgets",
44
"bokeh",
45
+ "pandas",
46
"matplotlib",
47
"plotly",
48
],
@@ -52,7 +53,6 @@ def get_version_and_cmdclass(package_name):
52
53
"pytest-randomly",
54
"pytest-timeout",
55
"pre_commit",
- "pandas",
56
"typeguard",
57
58
"other": [
0 commit comments