kz930 opened a new pull request, #7970: URL: https://github.com/apache/texera/pull/7970
### What changes were proposed in this PR? Adds `igraph==1.0.0` to `amber/operator-requirements.txt`. The Tree Plot operator's generated Python template imports igraph, but the package was not declared in any of the repository's Python dependency files, so an environment built from them could never run the operator. ### Any related issues, documentation, discussions? Closes #7969 ### How was this PR tested? Built a workflow of CSV File Scan into Tree Plot against a virtualenv created from the repository requirements. It failed with `No module named 'igraph'`. Installing igraph 1.0.0 into that same environment made the identical workflow render the tree, with no other change. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 5) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
