Skip to content

Commit

Permalink
Remove blank space between click and the version spec, prevents click…
Browse files Browse the repository at this point in the history
… from appearing twice in the generated yaml files
  • Loading branch information
dagardner-nv committed Jan 10, 2024
1 parent 4310619 commit c3bdbad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- boto3
- breathe=4.34.0
- clangdev=16
- click >=8
- click>=8
- cmake=3.25
- cuda-cudart-dev=11.8
Expand Down
1 change: 0 additions & 1 deletion conda/environments/dev_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
- boost-cpp=1.82
- breathe=4.34.0
- clangdev=16
- click >=8
- click>=8
- cmake=3.25
- cuda-cudart-dev=11.8
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ dependencies:
- sphinx_rtd_theme
- numpydoc=1.4
- pluggy=1.0
- &click click >=8
- &click click>=8

benchmark_cpp:
common:
Expand Down

0 comments on commit c3bdbad

Please sign in to comment.