Skip to content

Commit

Permalink
Added requirements for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mktk1117 committed Dec 6, 2023
1 parent 4108f64 commit ed94ac7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme sphinx-copybutton
pip install -r requirements.txt
pip install -r docs/requirements.txt
- name: Sphinx build
run: |
sphinx-build docs/source docs/_build
Expand Down
14 changes: 14 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
###### Requirements without Version Specifiers ######`
numpy
scipy
dataclasses
ruamel.yaml
opencv-python
simple-parsing
scikit-image
matplotlib
catkin-tools
# cupy

###### Requirements with Version Specifiers ######`
shapely==1.7.1

0 comments on commit ed94ac7

Please sign in to comment.