mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-04 23:59:59 +00:00
Update holidays package dependency constraints (#2587)
This commit is contained in:
parent
bc227bc55b
commit
e2236659ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue