scyjava icon indicating copy to clipboard operation
scyjava copied to clipboard

Add a manifest mechanism for scyjava-based libraries to declare their Java dependencies

Open ctrueden opened this issue 2 years ago • 0 comments

Then, before scyjava initializes the JVM, it can scrape the site-packages for those manifest files, aggregate all the declared Maven coordinates, and add them to the endpoint declaration before building the jgo environment. This will make it easier and more extensible to combine multiple Python dependencies that depend on scyjava with differing Java dependencies.

ctrueden avatar Apr 13 '23 01:04 ctrueden