mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-09 23:40:05 +00:00
fix: pin numpy version (#17487)
This commit is contained in:
parent
5da7bb049c
commit
a59eb2a3cd
@ -65,6 +65,7 @@ COMMONS = {
|
|||||||
VERSIONS["boto3"],
|
VERSIONS["boto3"],
|
||||||
VERSIONS["pandas"],
|
VERSIONS["pandas"],
|
||||||
VERSIONS["pyarrow"],
|
VERSIONS["pyarrow"],
|
||||||
|
VERSIONS["numpy"],
|
||||||
# python-snappy does not work well on 3.11 https://github.com/aio-libs/aiokafka/discussions/931
|
# python-snappy does not work well on 3.11 https://github.com/aio-libs/aiokafka/discussions/931
|
||||||
# Using this as an alternative
|
# Using this as an alternative
|
||||||
"cramjam~=2.7",
|
"cramjam~=2.7",
|
||||||
@ -161,7 +162,7 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
VERSIONS["numpy"],
|
VERSIONS["numpy"],
|
||||||
"sqlalchemy-bigquery>=1.2.2",
|
"sqlalchemy-bigquery>=1.2.2",
|
||||||
},
|
},
|
||||||
"bigtable": {"google-cloud-bigtable>=2.0.0", VERSIONS["pandas"]},
|
"bigtable": {"google-cloud-bigtable>=2.0.0", VERSIONS["pandas"], VERSIONS["numpy"]},
|
||||||
"clickhouse": {
|
"clickhouse": {
|
||||||
"clickhouse-driver~=0.2",
|
"clickhouse-driver~=0.2",
|
||||||
"clickhouse-sqlalchemy~=0.2",
|
"clickhouse-sqlalchemy~=0.2",
|
||||||
@ -259,7 +260,7 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
VERSIONS["giturlparse"],
|
VERSIONS["giturlparse"],
|
||||||
},
|
},
|
||||||
"mlflow": {"mlflow-skinny>=2.3.0"},
|
"mlflow": {"mlflow-skinny>=2.3.0"},
|
||||||
"mongo": {VERSIONS["mongo"], VERSIONS["pandas"]},
|
"mongo": {VERSIONS["mongo"], VERSIONS["pandas"], VERSIONS["numpy"]},
|
||||||
"couchbase": {"couchbase~=4.1"},
|
"couchbase": {"couchbase~=4.1"},
|
||||||
"mssql": {
|
"mssql": {
|
||||||
"sqlalchemy-pytds~=0.3",
|
"sqlalchemy-pytds~=0.3",
|
||||||
@ -314,6 +315,7 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
"pii-processor": {
|
"pii-processor": {
|
||||||
VERSIONS["spacy"],
|
VERSIONS["spacy"],
|
||||||
VERSIONS["pandas"],
|
VERSIONS["pandas"],
|
||||||
|
VERSIONS["numpy"],
|
||||||
"presidio-analyzer==2.2.32",
|
"presidio-analyzer==2.2.32",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user