Numpy 2 was released which breaks some CI jobs bec...
# contribute
c
Numpy 2 was released which breaks some CI jobs because we don’t pin. https://github.com/flyteorg/flytekit/pull/2483
🙌 3
🙌🏽 1
b
just approved the PR. On second thought, I’m going to follow up with another PR to remove that numpy version pin so we don’t have that additional hard dependency. We should really move the numpy type transformer to the
extras
sub-package, but short of that I think we can defer to using the pattern established here to register the type transformer only if numpy is installed
c
Yes, only registering these type transformers if numpy is installed and in turn dropping the dependency sounds good to me 🙏 Feel free to ping me for review if you’d like
b