Skip to content

Commit 30a84a1

Browse files
committed
BUG: remove numpy.f2py from excludedimports
Scipy 1.13.1 end up trying to import this module, e.g. when using optimize.root_scalar
1 parent 7687245 commit 30a84a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy/_pyinstaller/hook-numpy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"pytest",
3232
"f2py",
3333
"setuptools",
34-
"numpy.f2py",
3534
"distutils",
3635
"numpy.distutils",
3736
]

0 commit comments

Comments
 (0)