Skip to content

Commit 9d0014c

Browse files
Disable NumPy wheel building in win32 script.
1 parent b11708c commit 9d0014c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/wheelbuilder/win32/numpy.bat

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ REM Install the necessary dependencies
4242
python -m pip install --upgrade pip
4343
python -m pip install numpy
4444

45-
REM Build the wheel for NumPy
46-
if "%1"=="" (
47-
python -m pip wheel numpy
48-
) else (
49-
python -m pip wheel "numpy==%1"
50-
)
45+
@REM REM Build the wheel for NumPy
46+
@REM if "%1"=="" (
47+
@REM python -m pip wheel numpy
48+
@REM ) else (
49+
@REM python -m pip wheel "numpy==%1"
50+
@REM )

0 commit comments

Comments
 (0)