SCP icon indicating copy to clipboard operation
SCP copied to clipboard

numpy version issue during installation

Open jerryzuo0214 opened this issue 2 years ago • 1 comments

When I construct the SCP Env recently, it seems that numpy version that PrepareEnv required was out-of-date, the 1.21.6 was not supported by numba using default solver (>1.8 but <2.3), a solution might be increase the version stage of numpy to 1.22.0, wish to hear from the author.

jerryzuo0214 avatar Sep 17 '23 17:09 jerryzuo0214

Thank you for your comment. The numpy version used (1.21.6) was indeed outdated, but it was chosen to ensure compatibility with other Python packages. Taking into consideration the iterative updates of certain packages, I will introduce environment version management in the future development process, where specific package versions will be fixed within each environment version. This will allow for upgrading the packages to a newer version, but it may not necessarily be the latest version, after ensuring compatibility.

zhanghao-njmu avatar Sep 25 '23 01:09 zhanghao-njmu