Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
5bada1fa
Unverified
Commit
5bada1fa
authored
Aug 23, 2024
by
Andrey Talman
Committed by
GitHub
Aug 23, 2024
Browse files
Cherry-Pick Pin setuptools to 72.1.0 (#8606)
parent
99d97fa5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/scripts/setup-env.sh
.github/scripts/setup-env.sh
+1
-1
packaging/pre_build_script.sh
packaging/pre_build_script.sh
+1
-1
No files found.
.github/scripts/setup-env.sh
View file @
5bada1fa
...
@@ -33,7 +33,7 @@ conda create \
...
@@ -33,7 +33,7 @@ conda create \
'ffmpeg<4.3'
'ffmpeg<4.3'
conda activate ci
conda activate ci
conda
install
--quiet
--yes
libjpeg-turbo
-c
pytorch
conda
install
--quiet
--yes
libjpeg-turbo
-c
pytorch
pip
install
--progress-bar
=
off
--upgrade
setuptools
pip
install
--progress-bar
=
off
--upgrade
setuptools
==
72.1.0
# See https://github.com/pytorch/vision/issues/6790
# See https://github.com/pytorch/vision/issues/6790
if
[[
"
${
PYTHON_VERSION
}
"
!=
"3.11"
]]
;
then
if
[[
"
${
PYTHON_VERSION
}
"
!=
"3.11"
]]
;
then
...
...
packaging/pre_build_script.sh
View file @
5bada1fa
...
@@ -47,4 +47,4 @@ else
...
@@ -47,4 +47,4 @@ else
fi
fi
pip
install
numpy pyyaml future ninja
pip
install
numpy pyyaml future ninja
pip
install
--upgrade
setuptools
pip
install
--upgrade
setuptools
==
72.1.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment