-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Open
Copy link
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
if we want to update numpy, we get this error:
Exception during run
E TE_ZERO_SHOT_TEXT_CLASSIFICATION_UDF_WITH_SPAN:9 run
E File "/usr/local/lib/python3.10/dist-packages/exasol_transformers_extension/udfs/models/base_model_udf.py", line 80, in run
E device_id = ctx.get_dataframe(1).iloc[0]["device_id"]
E ImportError: numpy.core.multiarray failed to import```
from the "with_db" udf integration tests.
ci run with the error, numpy = 2.2.6 , udf-mock-python = 0.5.0
https://eu-central-1.console.aws.amazon.com/codesuite/codebuild/561494727831/projects/TransformersExtensionCodeBuild/build/TransformersExtensionCodeBuild%3A643c24b4-6929-4e29-896a-b101bd7317dd?region=eu-central-1
therefor currently numpy is pinned in the pyproject.toml. find out how to solve this and unpin numpy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file