Skip to content

Commit e22af42

Browse files
Merge branch 'pvlib:main' into align_perez_with_perez_driesse
2 parents acaa15f + d2e6811 commit e22af42

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Bug fixes
2121

2222
Enhancements
2323
~~~~~~~~~~~~
24+
* Ensure all timezones are available in all OSs. (:issue:`2795`, :pull:`2809`)
2425

2526

2627
Documentation
@@ -44,6 +45,7 @@ Requirements
4445

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

4850

4951
Contributors

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', # ensure all timezones are available in all installs for consistency GH#2795
2021
]
2122
license = "BSD-3-Clause"
2223
classifiers = [

0 commit comments

Comments
 (0)