You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently tried to use it in another project where I use python 3.12 but I've been unable to install tracklib in this environment. with the following error :
Hi,
Thanks again for this great library!
I've recently tried to use it in another project where I use python 3.12 but I've been unable to install tracklib in this environment. with the following error :
tracklib_install_error.txt
The issue seems to come from the
numpy<=1.23.5
in the requirements.txttracklib/requirements.txt
Line 1 in 4c7ed4b
which appears to be incompatible with python 3.12 as documented in numpy/numpy#23808
I was wondering what the reason was to maintain this upper bound on numpy requirements and if there were any plans to lift it?
The text was updated successfully, but these errors were encountered: