albumentations-team / albucore

A high-performance image processing library designed to optimize and extend the Albumentations library with specialized functions for advanced image transformations. Perfect for developers working in computer vision who require efficient and scalable image augmentation.
MIT License
12 stars 3 forks source link

numpy 2 support? #34

Closed hmaarrfk closed 1 month ago

hmaarrfk commented 1 month ago

I help package things over at conda-forge and I realized that the recipe has a <2 on the numpy constraint.

Is that needed or did/do you now test with numpy 2.

Thank you for your input.

hmaarrfk commented 1 month ago

xref: https://github.com/conda-forge/albucore-feedstock/pull/3

hmaarrfk commented 1 month ago

hmm i guess your CIs show that you are able to use numpy 2.0.2 on python 3.9 https://github.com/albumentations-team/albucore/actions/runs/10966016039/job/30453048894#step:8:41

and numpy 2.1 https://github.com/albumentations-team/albucore/actions/runs/10966016039/job/30453049533#step:8:37