Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions catkin_virtualenv/src/catkin_virtualenv/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def initialize(self, python, use_system_packages, extra_pip_args, clean=True):
raise RuntimeError(error_msg)

preinstall = [
"pip==22.2.2",
"pip-tools==6.10.0",
"pip==23.3.2",
"pip-tools==7.4.1",
]

builtin_venv = self._check_module(system_python, "venv")
Expand Down