We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2409064 commit 32e086bCopy full SHA for 32e086b
build_mlpack.bat
@@ -4,7 +4,7 @@ pip install cython delvewheel wheel setuptools
4
rem Pandas 2.1.0 and newer aren't supported on Win32 anymore, so we use an old
5
rem version. We also need to use numpy 1.x, but not too new because that will
6
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%"
+if "%WIN_ARCH%" == "Win32" pip install "numpy==1.25.0" "pandas==%PANDAS_VER%"
8
if not "%WIN_ARCH%" == "Win32" pip install numpy pandas
9
10
python -c "import pandas; print(pandas.__version__)"
0 commit comments