radiasoft / download

Install scripts for "curl | bash"
Apache License 2.0
3 stars 5 forks source link

pin numpy==1.23 #627

Closed e-carlin closed 7 months ago

e-carlin commented 7 months ago

1.24 removed numpy.float in favor of python float which breaks many codes. And 2.0 is full of breakage. So, 1.23 works for now.

https://github.com/radiasoft/download/pull/624

e-carlin commented 7 months ago

Needs to be 1.23.5 because tensorflow expects at least 1.23.5 (the last release of the 1.23 series)