-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove numpy from nextjs-flask to fix broken builds #947
Conversation
pip fails to install this dependency on Python 3.12 vercel#946 While fixing the error is certainly one way of going about it, numpy is not even used for the hello-world Flask app this ships with. To simplify things, this commit removes numpy as a dependency entirely.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@sup is attempting to deploy a commit to the Vercel Examples Team on Vercel. A member of the Team first needs to authorize it. |
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: pypi/[email protected]) |
@dferber90 It's a bit quiet around here, but can I interest you in a review of a simple fix for a broken example? 👀 |
Thank you @sup! I was out of office and just came back 👍 |
Description
pip fails to install this dependency on Python 3.12
While fixing the root cause of the error is certainly one way of going about it, numpy is not even used for the hello-world Flask app this ships with. To simplify things, this commit removes numpy as a dependency entirely.
Demo URL
https://automaton-seven.vercel.app/
Type of Change
New Example Checklist
Not applicable
npm run new-example
was used to create the example