Skip to content

Commit c495b2b

Browse files
build(deps): bump pip in /utils/mlir_aie_wheels (#3544)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b144a75 commit c495b2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

utils/mlir_aie_wheels/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ before-build = [
5656
]
5757

5858
[build-system]
59-
requires = ["setuptools>=83.0.0", "nanobind", "pip>=26.2", 'ninja!=1.13.0; platform_system=="Windows"']
59+
requires = ["setuptools>=83.0.0", "nanobind", "pip>=26.2.1", 'ninja!=1.13.0; platform_system=="Windows"']
6060
build-backend = "setuptools.build_meta"

utils/mlir_aie_wheels/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ importlib-metadata
66
ninja!=1.13.0; platform_system=="Windows"
77
numpy>=2.4.6,<2.5; python_version == "3.11"
88
numpy>=2.5.1; python_version >= "3.12"
9-
pip>=26.2
9+
pip>=26.2.1
1010
pybind11[global]>=3.0.4
1111
rich
1212
setuptools>=83.0.0

0 commit comments

Comments
 (0)