The setup script requires very specific versions for these two libraries. Is that necessary? I'm asking because this definition requires a downgrade of both libraries on my system, with are then incompatible with other libraries that need the newer versions.
Can you change https://github.com/dalmo1991/superflexPy/blob/f7b8c4360f14926029736e2be758c08498f45038/setup.py#L20C5-L20C57
to install_requires=["numba>=0.57.1", "numpy>=1.24.3"],?