Hi
Installation from following
python -m pip install https://github.com/MolecularAI/QSARtuna/releases/download/3.1.4/qsartuna-3.1.4.tar.gz
fails with python 3.12 on Ubuntu 24.04.
I think it is the numpy version requirement that needs changing there, it looks to install Numpy 1.23.5 but on python 3.12 that needs to be 1.26.4 minimum. Installation with pip therefore fails.
Would it be possible to change this please?
Thank you!