chore(prophet): bump prophet to 1.0.1 (#14228)

This commit is contained in:
Ville Brofeldt
2021-04-20 15:55:55 +03:00
committed by GitHub
parent 0807ab44a5
commit 55bf72aead
4 changed files with 15 additions and 6 deletions

View File

@@ -145,7 +145,7 @@ setup(
"postgres": ["psycopg2-binary==2.8.5"],
"presto": ["pyhive[presto]>=0.4.0"],
"trino": ["sqlalchemy-trino>=0.2"],
"prophet": ["fbprophet>=0.7.1, <0.8", "pystan<3.0"],
"prophet": ["prophet>=1.0.1, <1.1", "pystan<3.0"],
"redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"],
"snowflake": ["snowflake-sqlalchemy>=1.2.3, <1.3"],
"teradata": ["sqlalchemy-teradata==0.9.0.dev0"],