Skip to content

Commit

Permalink
Pin spdlog in dev conda envs (#835)
Browse files Browse the repository at this point in the history
Follow up to #831, this pins spdlog in the dev conda envs too.

Authors:
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - https://github.com/jakirkham
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Jordan Jacobelli (https://github.com/Ethyling)

URL: #835
  • Loading branch information
trxcllnt authored Jul 23, 2021
1 parent 4d52e5c commit b79fdae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda10.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies:
- cffi>=1.10.0
- pytest
- cudatoolkit=10.1
- spdlog>=1.8.5,<2.0.0a0
- spdlog>=1.8.5,<1.9
- cython>=0.29,<0.30
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda10.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies:
- cffi>=1.10.0
- pytest
- cudatoolkit=10.2
- spdlog>=1.8.5,<2.0.0a0
- spdlog>=1.8.5,<1.9
- cython>=0.29,<0.30
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies:
- cffi>=1.10.0
- pytest
- cudatoolkit=11.0
- spdlog>=1.8.5,<2.0.0a0
- spdlog>=1.8.5,<1.9
- cython>=0.29,<0.30

0 comments on commit b79fdae

Please sign in to comment.