Skip to content

Commit be18152

Browse files
committed
Fix bug in Makefile
1 parent 905bccd commit be18152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _install_projectq_qutip:
2424
else \
2525
${PYTHON} -m pip install "setuptools<81" pybind11; \
2626
${PYTHON} -m pip install "git+https://github.com/ProjectQ-Framework/ProjectQ.git@v0.8.0" --no-build-isolation; \
27-
${PYTHON} -m pip install "qutip<5.0.0" --no-build-isolation \
27+
${PYTHON} -m pip install "qutip<5.0.0" --no-build-isolation; \
2828
fi
2929

3030
lint-deps:

0 commit comments

Comments
 (0)