-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking change with numpy 2.0.0 #206
Comments
I just released meltanolabs-target-snowflake 0.7.1 which pins numpy to Thanks for logging this issue! |
Awesome, thank you for jumping on this so fast! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've identified an issue in our data pipeline caused by the recent release of version 2.0.0 of numpy. The error is thrown by pandas:
Looking online, it seems that this version introduced a breaking change. We've remedied this by forcing numpy to version 1.26.4. We tried upgrading the outer venv to 2.0.0, but this did not fix the issue - it seems like this is a true incompatibility with version 2.0.0.
The text was updated successfully, but these errors were encountered: