Skip to content

Commit 5b8b5e9

Browse files
committed
Add comment
1 parent f2fb6ad commit 5b8b5e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
__docformat__ = "restructuredtext"
44

55
# Let users know if they're missing any of our hard dependencies
6+
# except tzdata (see https://github.com/pandas-dev/pandas/issues/63264)
67
_hard_dependencies = ("numpy", "dateutil")
78

89
for _dependency in _hard_dependencies:

0 commit comments

Comments
 (0)