Skip to content

Commit 8395098

Browse files
committed
bump nanobind to support stubgen
1 parent acfe595 commit 8395098

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.ci/all_requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ ml-dtypes==0.5.1 ; python_version < "3.13" \
194194
--hash=sha256:d13755f8e8445b3870114e5b6240facaa7cb0c3361e54beba3e07fa912a6e12b \
195195
--hash=sha256:fd918d4e6a4e0c110e2e05be7a7814d10dc1b95872accbf6512b80a109b71ae1
196196
# via -r mlir/python/requirements.txt
197-
# # WARNING: pip install will require the following package to be hashed.
198-
# # Consider using a hashable URL like https://github.com/jazzband/pip-tools/archive/SOMECOMMIT.zip
199-
# nanobind @ git+https://github.com/wjakob/nanobind
200-
# # via -r mlir/python/requirements.txt
197+
nanobind==2.9.2 \
198+
--hash=sha256:c37957ffd5eac7eda349cff3622ecd32e5ee1244ecc912c99b5bc8188bafd16e \
199+
--hash=sha256:e7608472de99d375759814cab3e2c94aba3f9ec80e62cfef8ced495ca5c27d6e
200+
# via -r mlir/python/requirements.txt
201201
numpy==2.0.2 \
202202
--hash=sha256:0123ffdaa88fa4ab64835dcbde75dcdf89c453c922f18dced6e27c90d1d0ec5a \
203203
--hash=sha256:11a76c372d1d37437857280aa142086476136a8c0f373b2e648ab2c8f18fb195 \

.ci/monolithic-linux.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ lit_args="-v --xunit-xml-output ${BUILD_DIR}/test-results.xml --use-unique-outpu
3434
start-group "CMake"
3535
export PIP_BREAK_SYSTEM_PACKAGES=1
3636
pip install -q -r "${MONOREPO_ROOT}"/.ci/all_requirements.txt
37-
pip install -q "nanobind @ git+https://github.com/wjakob/nanobind#53dce4e"
3837

3938
# Set the system llvm-symbolizer as preferred.
4039
export LLVM_SYMBOLIZER_PATH=`which llvm-symbolizer`

.ci/monolithic-windows.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ runtimes_targets="${4}"
2222

2323
start-group "CMake"
2424
pip install -q -r "${MONOREPO_ROOT}"/.ci/all_requirements.txt
25-
pip install -q "nanobind @ git+https://github.com/wjakob/nanobind#53dce4e"
2625

2726
export CC=cl
2827
export CXX=cl

mlir/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nanobind @ git+https://github.com/wjakob/nanobind#53dce4e
1+
nanobind>=2.9, <3.0
22
numpy>=1.19.5, <=2.1.2
33
pybind11>=2.10.0, <=2.13.6
44
PyYAML>=5.4.0, <=6.0.1

0 commit comments

Comments
 (0)