Skip to content

Commit ff8af21

Browse files
committed
add pdoc dev dep
1 parent 0d49ea2 commit ff8af21

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

dev/env-py38.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
- numpy
1818
- onnxruntime
1919
- packaging>=17.0
20+
- pdoc
2021
- pip
2122
- pre-commit
2223
- psutil

dev/env-tf.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
- numpy
1818
- onnxruntime
1919
- packaging>=17.0
20+
- pdoc
2021
- pip
2122
- pre-commit
2223
- psutil

dev/env-wo-python.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
- numpy
1818
- onnxruntime
1919
- packaging>=17.0
20+
- pdoc
2021
- pip
2122
- pre-commit
2223
- psutil

dev/env.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies:
1616
- numpy
1717
- onnxruntime
1818
- packaging>=17.0
19+
- pdoc
1920
- pip
2021
- pre-commit
2122
- psutil

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"onnxruntime",
5858
"packaging>=17.0",
5959
"pre-commit",
60+
"pdoc",
6061
"psutil", # parallel pytest with 'pytest -n auto'
6162
"pyright",
6263
"pytest-xdist", # parallel pytest

0 commit comments

Comments
 (0)