diff --git a/pack/scripts/nix_deps.sh b/pack/scripts/nix_deps.sh index 8853139c..13a2315d 100644 --- a/pack/scripts/nix_deps.sh +++ b/pack/scripts/nix_deps.sh @@ -2,7 +2,7 @@ python -m venv .env source .env/bin/activate -python -m pip install --upgrade pip setuptools wheel +python -m pip install --upgrade pip==23.0 python -m pip install . diff --git a/pack/scripts/win_deps.ps1 b/pack/scripts/win_deps.ps1 index c4afc542..1ad0e42c 100644 --- a/pack/scripts/win_deps.ps1 +++ b/pack/scripts/win_deps.ps1 @@ -1,6 +1,6 @@ python -m venv .env .env\Scripts\Activate.ps1 -python -m pip install --upgrade pip setuptools wheel +python -m pip install --upgrade pip==23.0 python -m pip install .