Skip to content

Commit 32e086b

Browse files
committed
In some places 1.26.0 is not available.
1 parent 2409064 commit 32e086b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_mlpack.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pip install cython delvewheel wheel setuptools
44
rem Pandas 2.1.0 and newer aren't supported on Win32 anymore, so we use an old
55
rem version. We also need to use numpy 1.x, but not too new because that will
66
rem require a version of gcc that we won't have.
7-
if "%WIN_ARCH%" == "Win32" pip install "numpy==1.26.0" "pandas==%PANDAS_VER%"
7+
if "%WIN_ARCH%" == "Win32" pip install "numpy==1.25.0" "pandas==%PANDAS_VER%"
88
if not "%WIN_ARCH%" == "Win32" pip install numpy pandas
99

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

0 commit comments

Comments
 (0)