Scikit-fda Package on Jetson Nano

Hi,

Or you can manually edit the dependency to see if it can work.

For example:
https://github.com/GAA-UAM/scikit-fda/blob/develop/pyproject.toml#L33

dependencies = [
	"dcor",
	"fdasrsf",
	"findiff",
    ...

Thanks.