We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
holidays
1 parent 8e72c11 commit b689df6Copy full SHA for b689df6
testing/dependency_install_lib.sh
@@ -81,7 +81,7 @@ install_common_packages() {
81
install_test_only_packages() {
82
# The following unofficial dependencies are used only by tests.
83
PIP_FLAGS=${1-}
84
- python -m pip install $PIP_FLAGS hypothesis matplotlib mock mpmath scipy pandas optax
+ python -m pip install $PIP_FLAGS hypothesis matplotlib mock mpmath scipy pandas optax holidays
85
}
86
87
dump_versions() {
0 commit comments