When installing dependencies from pip, the latest package is always installed. This can create bugs that cannot be catched by CI as they are not controlled by the environment.
In order to mitigate this, we define a supported version that is enforced in order for the add-on to register. Note that custom Mitsuba versions are not affected by this and one can always use any custom built versions of Mitsuba with the add-on.
This addresses #40 and #41, as well as potentially fixing #38.
When installing dependencies from pip, the latest package is always installed. This can create bugs that cannot be catched by CI as they are not controlled by the environment.
In order to mitigate this, we define a supported version that is enforced in order for the add-on to register. Note that custom Mitsuba versions are not affected by this and one can always use any custom built versions of Mitsuba with the add-on.
This addresses #40 and #41, as well as potentially fixing #38.