Numpy Version 2 Update
Closed this issue · 1 comments
Now that numpy 2 has been released in June 2024, in the default requirements.txt, without specifying a numpy version 1.x.x (e.g. 1.26.4) some api calls to version 2.x.x of numpy may cause problems.
With some problems encountered already, I'm going to test this (whether numpy 2.x.x will work) in a docker set up similar to the Dockerfile in this repo, but before that I'm leaving an issue here in case no one had brought up attention to the numpy version issue.
tl;dr: need to update requirements.txt and specify numpy version 1.26.4 (tested)
I'm also working on an updated Dockerfile and its paired requirements.txt, with domestic mirrors applied where possible. If people are interested maybe I can open a PR to update the Dockerfile.