minerl
minerl copied to clipboard
Update Numpy version
Hi team, we're running into some problems with incompatibilities because MineRL pins the Numpy version to <1.24.
Are there any blockers that prevent allowing the newest version?
Is this the numpy version of the v1.0.0 (i.e., the newest MineRL)? Nope there shouldn't be issues updating numpy, apart from some possibly legacy calls (like np.bool vs. bool) that might be lingering around. I do not expect it to be an issue if you update it. PR would be welcome if you test it out!