Dependencies
Last updated
Was this helpful?
Last updated
Was this helpful?
All node dependencies are automatically installed based on the import statements in the code. This applies to any libraries available on pypi.org, with the latest versions being used by default.
Custom pip commands are also supported, enabling the specification of custom library versions.
Memory size: If the node has limited memory, some libraries may take longer to import. To ensure faster initialization of libraries, allocate at least 1024MB of memory.
Library naming: A small number of libraries have import names that differ from their actual names on PyPI, leading to import errors. In these cases, use a custom pip command with the correct library name.