mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 18:07:57 +00:00
fix(excel): Add missing dependencies (#14592)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
131e1eef33
commit
3e2883936b
@ -454,7 +454,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
# https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/release-notes.html#rn-7-14-0
|
||||
# https://github.com/elastic/elasticsearch-py/issues/1639#issuecomment-883587433
|
||||
"elasticsearch": {"elasticsearch==7.13.4", *cachetools_lib},
|
||||
"excel": {"openpyxl>=3.1.5"},
|
||||
"excel": {"openpyxl>=3.1.5", "pandas", *aws_common, *abs_base, *cachetools_lib, *data_lake_profiling},
|
||||
"cassandra": {
|
||||
"cassandra-driver>=3.28.0",
|
||||
# We were seeing an error like this `numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user