Skip to content

Commit 4a19b2a

Browse files
authored
Pin to setuptools==81 actually
1 parent ab72711 commit 4a19b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ venv:
150150
echo "To recreate it, remove it first with \`make clean-venv'."; \
151151
else \
152152
$(PYTHON) -m venv $(VENVDIR); \
153-
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools<=81; \
153+
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools==81; \
154154
$(VENVDIR)/bin/python3 -m pip install -r requirements.txt; \
155155
echo "The venv has been created in the $(VENVDIR) directory"; \
156156
fi

0 commit comments

Comments
 (0)