Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Jan 21, 2025
1 parent 6318aa5 commit 91975bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -56,7 +56,7 @@ dependencies:
- ninja
- notebook
- numba-cuda>=0.2.0,<0.3.0
- numba>=0.59.1,<0.61.0
- numba>=0.59.1,<0.61.0a0
- numpy>=1.23,<3.0a0
- numpydoc
- nvcc_linux-64=11.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies:
- ninja
- notebook
- numba-cuda>=0.2.0,<0.3.0
- numba>=0.59.1,<0.61.0
- numba>=0.59.1,<0.61.0a0
- numpy>=1.23,<3.0a0
- numpydoc
- nvcomp==4.1.0.6
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ dependencies:
packages:
- cachetools
- &numba-cuda-dep numba-cuda>=0.2.0,<0.3.0
- &numba-dep numba>=0.59.1,<0.61.0
- &numba-dep numba>=0.59.1,<0.61.0a0
- nvtx>=0.2.1
- packaging
- rich
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"fsspec>=0.6.0",
"libcudf==25.2.*,>=0.0.0a0",
"numba-cuda>=0.2.0,<0.3.0",
"numba>=0.59.1,<0.61.0",
"numba>=0.59.1,<0.61.0a0",
"numpy>=1.23,<3.0a0",
"nvtx>=0.2.1",
"packaging",
Expand Down
2 changes: 1 addition & 1 deletion python/dask_cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cudf = "dask_cudf.backends:CudfBackendEntrypoint"
test = [
"dask-cuda==25.2.*,>=0.0.0a0",
"numba-cuda>=0.2.0,<0.3.0",
"numba>=0.59.1,<0.61.0",
"numba>=0.59.1,<0.61.0a0",
"pytest-cov",
"pytest-xdist",
"pytest<8",
Expand Down

0 comments on commit 91975bd

Please sign in to comment.