Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: GALI PREM SAGAR <[email protected]>
  • Loading branch information
cjnolet and galipremsagar authored Aug 9, 2023
1 parent 4b73268 commit f546032
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- cxx-compiler
- cython>=3.0.0
- dask-core==2023.7.1
- dask-cuda==23.8.*
- dask-cuda==23.10.*
- dask==2023.7.1
- distributed==2023.7.1
- doxygen>=1.8.20
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- cxx-compiler
- cython>=3.0.0
- dask-core==2023.7.1
- dask-cuda==23.8.*
- dask-cuda==23.10.*
- dask==2023.7.1
- distributed==2023.7.1
- doxygen>=1.8.20
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ dependencies:
- output_types: [conda, pyproject]
packages:
- dask==2023.7.1
- dask-cuda==23.8.*
- dask-cuda==23.10.*
- distributed==2023.7.1
- joblib>=0.11
- numba>=0.57
Expand Down
2 changes: 1 addition & 1 deletion python/raft-dask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ authors = [
license = { text = "Apache 2.0" }
requires-python = ">=3.9"
dependencies = [
"dask-cuda==23.8.*",
"dask-cuda==23.10.*",
"dask==2023.7.1",
"distributed==2023.7.1",
"joblib>=0.11",
Expand Down

0 comments on commit f546032

Please sign in to comment.