Skip to content

Commit

Permalink
add pdoc dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Apr 24, 2024
1 parent 0d49ea2 commit ff8af21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/env-py38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- numpy
- onnxruntime
- packaging>=17.0
- pdoc
- pip
- pre-commit
- psutil
Expand Down
1 change: 1 addition & 0 deletions dev/env-tf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- numpy
- onnxruntime
- packaging>=17.0
- pdoc
- pip
- pre-commit
- psutil
Expand Down
1 change: 1 addition & 0 deletions dev/env-wo-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- numpy
- onnxruntime
- packaging>=17.0
- pdoc
- pip
- pre-commit
- psutil
Expand Down
1 change: 1 addition & 0 deletions dev/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- numpy
- onnxruntime
- packaging>=17.0
- pdoc
- pip
- pre-commit
- psutil
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"onnxruntime",
"packaging>=17.0",
"pre-commit",
"pdoc",
"psutil", # parallel pytest with 'pytest -n auto'
"pyright",
"pytest-xdist", # parallel pytest
Expand Down

0 comments on commit ff8af21

Please sign in to comment.