Skip to content

Commit

Permalink
Remove numpy from nextjs-flask
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sup authored Aug 26, 2024
1 parent 508b7d8 commit 3630e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/nextjs-flask/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
numpy==1.24.3
Flask==3.0.3

0 comments on commit 3630e14

Please sign in to comment.