ProDiff icon indicating copy to clipboard operation
ProDiff copied to clipboard

scipy version

Open wangtiance opened this issue 2 years ago • 0 comments

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.

wangtiance avatar Oct 26 '22 01:10 wangtiance