I created a fresh conda environment with python=3.13 from conda-forge, on macOS.
However, pip install databallpy can't install pandas. I am pretty confident this has something to do with the numpy < 2 requirement.
Then I tried with a new fresh conda environment with python=3.10, and it installed correctly.
Is there a reason to stick to numpy < 2 ? I am sure it causes some problems here and there, but very soon it will become the default so I guess it would be a good idea to tackle this problem soon.
I created a fresh conda environment with python=3.13 from conda-forge, on macOS.
However,
pip install databallpycan't install pandas. I am pretty confident this has something to do with the numpy < 2 requirement.Then I tried with a new fresh conda environment with python=3.10, and it installed correctly.
Is there a reason to stick to numpy < 2 ? I am sure it causes some problems here and there, but very soon it will become the default so I guess it would be a good idea to tackle this problem soon.