equinor / completor

Advanced multi-segmented well completion tool
https://equinor.github.io/completor/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Unpin numpy version in pre-commit config. #101

Closed MegaAnda123 closed 2 months ago

MegaAnda123 commented 2 months ago

Mypy uses numpy version 2.0.0 for static type checking, this obviously breaks stuff. Version is pined to 1.24.4 atm, should be either properly configured i.e. everything bellow 2.0.0 or upgrade repo to numpy 2.0.0.