Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
https://ale.farama.org/
GNU General Public License v2.0
2.18k stars 424 forks source link

Add compatibility with NumPy 2.0 #535

Closed pseudo-rnd-thoughts closed 3 months ago

pseudo-rnd-thoughts commented 4 months ago

Due to using Pybind 2.10.0, this was incompatible with NumPy 2.0 This requires updating to pybind 2.12.0 however the CI broke at the same time due to an update with vcpkg

The fix was to use the same sha as the other CI to ensure they all used the same thing

Further updates the version number to 0.9.1