Skip to content

Commit

Permalink
Remove pre from numpy installation command
Browse files Browse the repository at this point in the history
As 2.0.2 is currently used
  • Loading branch information
malfet committed Oct 16, 2024
1 parent 4c87c8e commit e069d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheel/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ conda create ${EXTRA_CONDA_INSTALL_FLAGS} -yn "$tmp_env_name" python="$desired_p
source activate "$tmp_env_name"

if [[ $desired_python != "3.8" ]]; then
pip install -q --pre numpy=${NUMPY_PINNED_VERSION}
pip install -q numpy=${NUMPY_PINNED_VERSION}
else
retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -yq "numpy${NUMPY_PINNED_VERSION}"
fi
Expand Down

0 comments on commit e069d77

Please sign in to comment.