Update holidays package dependency constraints (#2587)

This commit is contained in:
Arkadii Yakovets 2024-09-28 03:05:32 -07:00 committed by GitHub
parent bc227bc55b
commit e2236659ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ dependencies = [
"numpy>=1.15.4",
"matplotlib>=2.0.0",
"pandas>=1.0.4",
"holidays>=0.25",
"holidays>=0.25,<1",
"tqdm>=4.36.1",
"importlib_resources",
]