Skip to content

Commit 847b114

Browse files
committed
Fix dependencies.
1 parent 6bea355 commit 847b114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline
2121
sh '''
2222
python3 -m venv venv/
2323
. venv/bin/activate
24-
pip3 install numpy pandas cython setuptools twine cibuildwheel
24+
pip3 install numpy pandas cython setuptools wheel twine cibuildwheel
2525
2626
git clone https://github.com/mlpack/mlpack
2727
cd mlpack/

0 commit comments

Comments
 (0)