Skip to content

Commit 3630e14

Browse files
authored
Remove numpy from nextjs-flask
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.
1 parent 508b7d8 commit 3630e14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/nextjs-flask/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
numpy==1.24.3
21
Flask==3.0.3

0 commit comments

Comments
 (0)