mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(build): eliminate PostgreSQL extra installation on Python 3.12-based Superset Docker images (#37587)
This commit is contained in:
committed by
GitHub
parent
004f02746f
commit
70b95ca1b9
@@ -174,7 +174,7 @@ oracle = ["cx-Oracle>8.0.0, <8.1"]
|
||||
parseable = ["sqlalchemy-parseable>=0.1.3,<0.2.0"]
|
||||
pinot = ["pinotdb>=5.0.0, <6.0.0"]
|
||||
playwright = ["playwright>=1.37.0, <2"]
|
||||
postgres = ["psycopg2-binary==2.9.6"]
|
||||
postgres = ["psycopg2-binary==2.9.9"]
|
||||
presto = ["pyhive[presto]>=0.6.5"]
|
||||
trino = ["trino>=0.328.0"]
|
||||
prophet = ["prophet>=1.1.6, <2"]
|
||||
|
||||
Reference in New Issue
Block a user