What's Changed
* Minimum python version is 3.9, 3.13 is supported
* Recipe execution will fail if a requirement name is not valid (https://github.com/guaix-ucm/numina/issues/221)
* Recipe execution will fail if the OB file contains images with different tags (https://github.com/guaix-ucm/numina/issues/225)
* We support numpy 1.x and numpy 2.0 (https://github.com/guaix-ucm/numina/issues/222)
* Internal C++ code is using an explicit flag `-std=c++17`
**Full Changelog**: https://github.com/guaix-ucm/numina/compare/v0.34...v0.35