Skip to content

Commit e9c6557

Browse files
committed
add tzdata to fix readthedocs build
1 parent c34058d commit e9c6557

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Deprecations
1414

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

1819

1920
Enhancements

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies = [
1717
'requests',
1818
'scipy >= 1.7.2',
1919
'h5py',
20+
'tzdata',
2021
]
2122
license = "BSD-3-Clause"
2223
classifiers = [

0 commit comments

Comments
 (0)