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
numpy==1.24, which is used by stringsifter, is not compatible with python 3.13 (the python version shipped by default in debian trixie). See numpy/numpy#23808
Updating numpy to 1.26.4 or or 2.3.2 solves the issue.
hello,
numpy==1.24, which is used by stringsifter, is not compatible with python 3.13 (the python version shipped by default in debian trixie). See numpy/numpy#23808Updating numpy to
1.26.4or or2.3.2solves the issue.