Upload error when loading the file

I am already running into issues when uploading my file, giving me the error that my model contains scripts that can not be validated for use. Is this because certain dependencies that need to be installed in advance are not supported? Is there a workaround?

The scripts in your model were relying on several python libraries which we have not evaluated and installed on the servers yet. If there are external libraries which you need for your projects, could you please list them below and explain in a few words what their function is and how you are using them in your scripts?
Additionally, the scripts make use of the eval() python function to execute third-party code, which poses potential security threats to the servers. We suggest to avoid relying on this method if not necessary.

I am using Compas as well as LadybugTools together with Radiance.

This project uses a COMPAS as framwork for my brickwork assembly. Each brick’s location within the bond is modified based on radiation analysis data generated through Ladybug simulations (which is also not yet supported, right?)

Any chance to make it work on ShapeDiver?