Skip to content

Commit

Permalink
change piptools to pip-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadRaziei committed Oct 18, 2024
1 parent 891ddb1 commit 30271d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ elseif(BUILD_PYTHON)
if(NOT PYTHON_REQUIREMENT_INSTALLED)
execute_process(
COMMAND "${Python3_EXECUTABLE}" -m pip install
nanobind ninja pytest-xdist piptools # build requirements
nanobind ninja pytest-xdist pip-tools # build requirements
OUTPUT_QUIET
)
execute_process(
Expand Down

0 comments on commit 30271d6

Please sign in to comment.