Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
GNU General Public License v2.0
2.1k stars 416 forks source link

Add compatibility to NumPy 2.0 #535

Open pseudo-rnd-thoughts opened 3 weeks ago

pseudo-rnd-thoughts commented 3 weeks 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