cindango

Results 1 comments of cindango

I managed to resolve this by updating the versions of numpy and Flask in the requirements.txt: ``` numpy==1.26.0 Flask==3.0.1 ``` Before I tried that, I also installed pnpm, but not...