ProDiff
ProDiff copied to clipboard
scipy version
According to this post, Compatibility with gcc gfortran 10 requires scipy>=1.5.0:
https://github.com/scipy/scipy/issues/11611#issuecomment-667819936
So I'm wondering if there is a reason to use scipy==1.3 as specified in requirements.txt. I dropped ==1.3 and pip automatically chose scipy==1.9.4 for me. So far it's running fine.