mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
fix: pin pandas version to 2.1.x (#15333)
This commit is contained in:
parent
ba8208222e
commit
16fdc249b7
@ -30,7 +30,7 @@ VERSIONS = {
|
||||
"grpc-tools": "grpcio-tools>=1.47.2",
|
||||
"msal": "msal~=1.2",
|
||||
"neo4j": "neo4j~=5.3.0",
|
||||
"pandas": "pandas<=2,<3",
|
||||
"pandas": "pandas~=2.0.0",
|
||||
"pyarrow": "pyarrow~=14.0",
|
||||
"pydantic": "pydantic~=1.10",
|
||||
"pydomo": "pydomo~=0.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user