Skip to content

Commit 664b158

Browse files
committed
chore: update docs dependencies
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
1 parent b1c7285 commit 664b158

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/docgen.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ jobs:
2626
run: |
2727
git config --global --add safe.directory /__w/TensorRT/TensorRT
2828
echo "/opt/python/cp311-cp311/bin/" >> $GITHUB_PATH
29-
29+
3030
- name: Install base deps
3131
run: |
32-
python3 -m pip install pyyaml torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu121
32+
python3 -m pip install pip --upgrade
33+
python3 -m pip install pyyaml numpy torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu121
3334
./packaging/pre_build_script.sh
3435
- name: Get HEAD SHA
3536
id: vars
3637
run: echo "sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
3738
- name: Build Python Package
3839
run: |
39-
python3 -m pip install pip --upgrade
4040
python3 -m pip install --pre . --extra-index-url https://download.pytorch.org/whl/nightly/cu121
4141
- name: Generate New Docs
4242
run: |

docsrc/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ exhale==0.3.1
55
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
66
nbsphinx==0.8.8
77
docutils==0.17.1
8+
pillow

0 commit comments

Comments
 (0)