File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,10 @@ ml-dtypes==0.5.1 ; python_version < "3.13" \
194
194
--hash=sha256:d13755f8e8445b3870114e5b6240facaa7cb0c3361e54beba3e07fa912a6e12b \
195
195
--hash=sha256:fd918d4e6a4e0c110e2e05be7a7814d10dc1b95872accbf6512b80a109b71ae1
196
196
# 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
201
201
numpy==2.0.2 \
202
202
--hash=sha256:0123ffdaa88fa4ab64835dcbde75dcdf89c453c922f18dced6e27c90d1d0ec5a \
203
203
--hash=sha256:11a76c372d1d37437857280aa142086476136a8c0f373b2e648ab2c8f18fb195 \
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ lit_args="-v --xunit-xml-output ${BUILD_DIR}/test-results.xml --use-unique-outpu
34
34
start-group " CMake"
35
35
export PIP_BREAK_SYSTEM_PACKAGES=1
36
36
pip install -q -r " ${MONOREPO_ROOT} " /.ci/all_requirements.txt
37
- pip install -q " nanobind @ git+https://github.com/wjakob/nanobind#53dce4e"
38
37
39
38
# Set the system llvm-symbolizer as preferred.
40
39
export LLVM_SYMBOLIZER_PATH=` which llvm-symbolizer`
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ runtimes_targets="${4}"
22
22
23
23
start-group " CMake"
24
24
pip install -q -r " ${MONOREPO_ROOT} " /.ci/all_requirements.txt
25
- pip install -q " nanobind @ git+https://github.com/wjakob/nanobind#53dce4e"
26
25
27
26
export CC=cl
28
27
export CXX=cl
Original file line number Diff line number Diff line change 1
- nanobind @ git+https://github.com/wjakob/nanobind#53dce4e
1
+ nanobind >= 2.9 , < 3.0
2
2
numpy >= 1.19.5 , <= 2.1.2
3
3
pybind11 >= 2.10.0 , <= 2.13.6
4
4
PyYAML >= 5.4.0 , <= 6.0.1
You can’t perform that action at this time.
0 commit comments