Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
xadupre committed Oct 31, 2023
commit 1874cc9aaf363ca478035abd495a4ba43ea3ef97
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,4 @@ It supports eager mode as well:
The library is released on
`pypi/onnx-array-api <https://pypi.org/project/onnx-array-api/>`_
and its documentation is published at
`(Numpy) Array API for ONNX
<https://sdpython.github.io/doc/onnx-array-api/dev/>`_.
`(Numpy) Array API for ONNX <https://sdpython.github.io/doc/onnx-array-api/dev/>`_.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ black
coverage
flake8
furo
google-re2
hypothesis
isort
joblib
Expand All @@ -14,10 +15,10 @@ onnxruntime
openpyxl
packaging
pandas
Pillow
psutil
pytest
pytest-cov
re2
rstcheck[sphinx,toml]
sphinx-issues
git+https://github.com/sdpython/sphinx-runpython.git
Expand Down