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 f2fb6ad commit 5b8b5e9Copy full SHA for 5b8b5e9
pandas/__init__.py
@@ -3,6 +3,7 @@
3
__docformat__ = "restructuredtext"
4
5
# Let users know if they're missing any of our hard dependencies
6
+# except tzdata (see https://github.com/pandas-dev/pandas/issues/63264)
7
_hard_dependencies = ("numpy", "dateutil")
8
9
for _dependency in _hard_dependencies:
0 commit comments