Use of open source code

Hi,

There is an open source package (MIT license) that I would like to use but it cannot be installed in the runtime repo due to a number of compatibility issues. I wanted to make sure it would be okay for me to extract what I need from this package and include it in my submission code with a citation.

Hi @camhpj – that’s totally fine. You may want to read up on how to download a package from pypi as a wheel so you and pip install it in your main.sh file before calling your script.

2 Likes