Skip to content

Commit 43e47d5

Browse files
committed
FIX: Limit ver
1 parent dce2ace commit 43e47d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/github_actions_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eo pipefail
44

55
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6-
STD_ARGS="--progress-bar off --upgrade"
6+
STD_ARGS="--progress-bar off --upgrade --only-binary=\"numpy,scipy,matplotlib,numba,llvmlite\""
77
INSTALL_ARGS="-e"
88
if [ ! -z "$CONDA_ENV" ]; then
99
echo "Uninstalling MNE for CONDA_ENV=${CONDA_ENV}"

0 commit comments

Comments
 (0)