There was an error while loading. Please reload this page.
packaging
1 parent 7335efb commit 2b5b6adCopy full SHA for 2b5b6ad
1 file changed
.github/scripts/install.sh
@@ -58,9 +58,6 @@ if [ "$USE_CONDA" = "true" ]; then
58
# Pin IPykernel to 7.2.0 because version 7.3.0+ causes segfaults
59
micromamba install ipykernel=7.2.0
60
61
- # Workaround for an error with packaging 26.3 when installing our subrepos
62
- micromamba install packaging=26.2
63
-
64
else
65
# Update pip and setuptools
66
python -m pip install -U pip setuptools wheel build
@@ -82,9 +79,6 @@ else
82
79
83
80
# Force installation of Jedi 0.20
84
81
pip install jedi==0.20.0
85
86
87
- pip install packaging==26.2
88
fi
89
90
# Install subrepos from source
0 commit comments