Skip to content

Commit

Permalink
Try to figure out why pandas isn't detected on Win32.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Sep 4, 2024
1 parent b8caf9b commit 5dc8b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_mlpack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ rem Pandas 2.1.0 and newer aren't supported on Win32 anymore, so we use an old v
if "%WIN_ARCH%" == "Win32" pip install pandas==%PANDAS_VER%
if not "%WIN_ARCH%" == "Win32" pip install pandas

python -c "import pandas; print(pandas.__version__)"

rem This is needed later for copying libopenblas.dll to the right place.
set rootdir=%cd%

Expand Down

0 comments on commit 5dc8b91

Please sign in to comment.