Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit c6e7e71

Browse files
committed
DOC Adds comment about setup.py
1 parent 1b59296 commit c6e7e71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/posix-sdist.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
3737
python -m venv build_env
3838
source build_env/bin/activate
39+
40+
# Need because setup.py enforces these to be installed
3941
python -m pip install numpy scipy Cython
4042
4143
cd scikit-learn

0 commit comments

Comments
 (0)