Skip to content
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

Don't use Numpy 1.24 as it's broken with Paddle #20

Closed
scruffynerf opened this issue Jan 2, 2023 · 1 comment
Closed

Don't use Numpy 1.24 as it's broken with Paddle #20

scruffynerf opened this issue Jan 2, 2023 · 1 comment

Comments

@scruffynerf
Copy link

scruffynerf commented Jan 2, 2023

see PaddlePaddle/PaddleOCR#8743

Requirements should be set to Numpy=1.23 for now, until they fix things. Setting it to ^1.23 is breaking stuff, as it sees 1.24 and then fails to work.

@iuliaturc
Copy link
Owner

Thanks a lot @scruffynerf! Downgraded to Numpy=1.23.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants