You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@HansVRP It doesn't for the moment, but there is a experimental feature in OpenEO (CDSE-Staging) that should be deployed in soon or later, allowing to pip install dependencies if added at the beginning of the UDF.
At the moment it does nothing indeed, but this depedencies function is used by GFMAP to use this feature
As an example;
class ModelInference(ABC) contains a function dependencies which returns a preset string "onnxruntime".
This function should be removed if it does not do anything
The text was updated successfully, but these errors were encountered: