Skip to content

Commit

Permalink
deps: pin doc8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Aug 7, 2022
1 parent 71e5eaf commit 74ca206
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions conda-recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@ dependencies:
# Learning
- pytorch::pytorch = 1.12
- pytorch::torchvision
- pytorch::pytorch-mutex
- pytorch::pytorch-mutex = *=*cuda*
- pip:
- functorch
- torchviz
- sphinxcontrib-katex # for documentation
- jax
- jaxlib >= 0.3
- jaxlib >= 0.3=*cuda*
- optax # for tutorials
- tensorboard # for examples
- wandb

# Device select
# - nvidia::cudatoolkit = 11.6
# - cudnn
- nvidia::cudatoolkit = 11.6
- cudnn

# Build toolchain
- cmake >= 3.4
- make
- cxx-compiler
- gxx = 10
# - nvidia/label/cuda-11.6.2::cuda-nvcc
# - nvidia/label/cuda-11.6.2::cuda-cudart-dev
- nvidia/label/cuda-11.6.2::cuda-nvcc
- nvidia/label/cuda-11.6.2::cuda-cudart-dev
- patchelf >= 0.9
- pybind11

Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies:
- mypy
- flake8
- flake8-bugbear
- doc8
- doc8 < 1.0.0a0
- pydocstyle
- clang-format
- clang-tools # clang-tidy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ lint = [
"mypy",
"flake8",
"flake8-bugbear",
"doc8",
"doc8 < 1.0.0a0",
"pydocstyle",
"pyenchant",
"cpplint",
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pylint
mypy
flake8
flake8-bugbear
doc8 < 1.0.0a
doc8 < 1.0.0a0
pydocstyle
pyenchant
cpplint
Expand Down

0 comments on commit 74ca206

Please # to comment.