Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdaf4402

Browse files
authored
Fix build (#43)
* update requirements* disable asarray* disable more tests
1 parentae3dc90 commitdaf4402

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

‎_unittests/onnx-numpy-skips.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# API failures
22
# see https://github.com/data-apis/array-api-tests/blob/master/numpy-skips.txt
33
# uses __setitem__
4-
#array_api_tests/test_creation_functions.py::test_asarray_arrays
4+
array_api_tests/test_creation_functions.py::test_asarray_arrays
55
array_api_tests/test_creation_functions.py::test_empty
66
array_api_tests/test_creation_functions.py::test_empty_like
7-
# array_api_tests/test_creation_functions.py::test_linspace
7+
# fails to precision issue
8+
array_api_tests/test_creation_functions.py::test_linspace
89
array_api_tests/test_creation_functions.py::test_meshgrid

‎requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ joblib
1010
lightgbm
1111
matplotlib
1212
ml-dtypes
13-
onnxmltools
14-
onnxruntime
13+
git+https://github.com/onnx/onnxmltools.git
14+
onnxruntime>=1.16.1
1515
openpyxl
1616
packaging
1717
pandas
@@ -23,7 +23,7 @@ rstcheck[sphinx,toml]
2323
sphinx-issues
2424
git+https://github.com/sdpython/sphinx-runpython.git
2525
ruff
26-
scikit-learn
26+
scikit-learn>=1.3.2
2727
git+https://github.com/onnx/sklearn-onnx.git
2828
sphinx
2929
sphinx-gallery

‎requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
array_api_compat
22
numpy
3-
onnx
3+
onnx>=1.15.0
44
scipy

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp