Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/sphinx/source/whatsnew/v0.15.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Deprecations

Bug fixes
~~~~~~~~~
* Fix missing timezones by adding ``tzdata`` as a dependency. (:issue:`2795`)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Fix missing timezones by adding ``tzdata`` as a dependency. (:issue:`2795`)
* Fix missing timezones by adding ``tzdata`` as a dependency. (:issue:`2795`, :pull:`2809`)

I don't consider this to be a user-facing bugfix, so I rather have one entry in enhancements (like "ensure all timezones are available in all OSes") and another one in maintenance (e.g. "fix documentation builds on runner images lacking link-type timezones"



Enhancements
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies = [
'requests',
'scipy >= 1.7.2',
'h5py',
'tzdata',

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'tzdata',
'tzdata', # ensure all timezones are available in all installs for consistency GH#2795

]
license = "BSD-3-Clause"
classifiers = [
Expand Down
Loading