Skip to content

Commit b689df6

Browse files
jburnimtensorflower-gardener
authored andcommitted
Add holidays as a test dependency for TFP.
The `holidays` package is used by `sts/holiday_effects_test.py`. PiperOrigin-RevId: 453215781
1 parent 8e72c11 commit b689df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/dependency_install_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ install_common_packages() {
8181
install_test_only_packages() {
8282
# The following unofficial dependencies are used only by tests.
8383
PIP_FLAGS=${1-}
84-
python -m pip install $PIP_FLAGS hypothesis matplotlib mock mpmath scipy pandas optax
84+
python -m pip install $PIP_FLAGS hypothesis matplotlib mock mpmath scipy pandas optax holidays
8585
}
8686

8787
dump_versions() {

0 commit comments

Comments
 (0)