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 3928c3d commit 95cc29bCopy full SHA for 95cc29b
setup.py
@@ -42,7 +42,6 @@ def get_version_and_cmdclass(package_name):
42
"holoviews>=1.9.1",
43
"ipywidgets",
44
"bokeh",
45
- "pandas",
46
"matplotlib",
47
"plotly",
48
],
@@ -53,6 +52,7 @@ def get_version_and_cmdclass(package_name):
53
52
"pytest-randomly",
54
"pytest-timeout",
55
"pre_commit",
+ "pandas",
56
"typeguard",
57
58
"other": [
0 commit comments