Skip to content

Commit

Permalink
Bump setuptools to version above 70.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPeczek-Roboflow committed Aug 9, 2024
1 parent 1621874 commit 01ead8b
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ RUN pip3 install --upgrade pip && pip3 install \
-r requirements.yolo_world.txt \
jupyterlab \
wheel>=0.38.0 \
setuptools>=65.5.1 \
--upgrade \
&& rm -rf ~/.cache/pip

Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.cpu.parallel
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ RUN pip3 install --upgrade pip && pip3 install \
-r requirements.cli.txt \
-r requirements.sdk.http.txt \
wheel>=0.38.0 \
setuptools>=65.5.1 \
--upgrade \
&& rm -rf ~/.cache/pip
RUN apt-get update && apt-get install -y lsb-release curl gpg
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.cpu.slim
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ RUN pip3 install --upgrade pip && pip3 install \
-r requirements.cli.txt \
-r requirements.sdk.http.txt \
wheel>=0.38.0 \
setuptools>=65.5.1 \
--upgrade \
&& rm -rf ~/.cache/pip

Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.gpu.slim
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN pip3 install --upgrade pip && pip3 install \
-r requirements.cli.txt \
-r requirements.sdk.http.txt \
wheel>=0.38.0 \
setuptools>=65.5.1 \
--upgrade \
&& rm -rf ~/.cache/pip

Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.lambda
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RUN /var/lang/bin/python3.10 -m pip install --upgrade pip && rm -rf ~/.cache/pip
RUN pip3 install \
--extra-index-url https://download.pytorch.org/whl/cpu \
certifi==2022.12.07 \
setuptools==65.5.1 \
-r _requirements.txt \
-r requirements.clip.txt \
-r requirements.cpu.txt \
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.lambda.slim
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN if [ "${TARGETPLATFORM}" == "linux/amd64" ]; then mv requirements.vino.txt r
RUN /var/lang/bin/python3.10 -m pip install --upgrade pip && rm -rf ~/.cache/pip
RUN pip3 install \
certifi==2022.12.07 \
setuptools==65.5.1 \
-r _requirements.txt \
-r requirements.cpu.txt \
-r requirements.http.txt \
Expand Down
2 changes: 1 addition & 1 deletion requirements/_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pybase64<2.0.0
scikit-image>=0.19.0
requests-toolbelt>=1.0.0
wheel>=0.38.1
setuptools>=65.5.1,<70.0.0
setuptools>=70.0.0,<=72.1.0
pytest-asyncio<=0.21.1
networkx>=3.1
pydantic~=2.6
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.clip.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rf-clip==1.0
rf-clip==1.1
2 changes: 1 addition & 1 deletion requirements/requirements.yolo_world.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics>=8.1.27
dill==0.3.8
rf-clip==1.0
rf-clip==1.1

0 comments on commit 01ead8b

Please sign in to comment.