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.
tests
setup.py
1 parent db604b8 commit 5927673Copy full SHA for 5927673
python/setup.py
@@ -672,7 +672,6 @@ def get_install_requires():
672
"pytest",
673
"scipy>=1.7.1",
674
"llnl-hatchet",
675
- "cmake>=3.20",
676
],
677
"tutorials": [
678
"matplotlib",
scripts/compile-triton.sh
@@ -181,7 +181,7 @@ build_triton() {
181
pip install -e .
182
183
# Install triton tests.
184
- pip install -vvv -e '.[tests]'
+ pip install -vvv -e '.[build,tests]'
185
186
# Copy compile_commands.json in the build directory (so that cland vscode plugin can find it).
187
cp $TRITON_PROJ_BUILD/"$(ls $TRITON_PROJ_BUILD)"/compile_commands.json $TRITON_PROJ/
0 commit comments