Skip to content

Commit e61e40c

Browse files
committed
fix whatsnew and add clarifying tzdata comment
1 parent e9c6557 commit e61e40c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/sphinx/source/whatsnew/v0.15.3.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Deprecations
1414

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

1918

2019
Enhancements
2120
~~~~~~~~~~~~
21+
* Ensure all timezones are available in all OSs. (:issue:`2795`, :pull:`2809`)
2222

2323

2424
Documentation
@@ -42,6 +42,7 @@ Requirements
4242

4343
Maintenance
4444
~~~~~~~~~~~
45+
* Fix documentation builds on runner images lacking link-type timezones. (:issue:`2795`, :pull:`2809`)
4546

4647

4748
Contributors

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
'requests',
1818
'scipy >= 1.7.2',
1919
'h5py',
20-
'tzdata',
20+
'tzdata', # ensure all timezones are available in all installs for consistency GH#2795
2121
]
2222
license = "BSD-3-Clause"
2323
classifiers = [

0 commit comments

Comments
 (0)