Skip to content

Commit

Permalink
Update numba dep and upper-bound numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 24, 2025
1 parent 2b6dcb0 commit aee6c28
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 18 deletions.
6 changes: 3 additions & 3 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ dependencies:
- nbsphinx
- ninja
- notebook
- numba-cuda>=0.2.0,<0.3.0a0
- numba>=0.59.1,<0.61.0a0
- numpy>=1.23,<3.0a0
- numba-cuda>=0.4.0,<0.5.0a0
- numba>=0.59.1,<0.62.0a0
- numpy>=1.23,<2.1
- numpydoc
- nvcc_linux-64=11.8
- nvcomp==4.2.0.11
Expand Down
6 changes: 3 additions & 3 deletions conda/environments/all_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ dependencies:
- nbsphinx
- ninja
- notebook
- numba-cuda>=0.2.0,<0.3.0a0
- numba>=0.59.1,<0.61.0a0
- numpy>=1.23,<3.0a0
- numba-cuda>=0.4.0,<0.5.0a0
- numba>=0.59.1,<0.62.0a0
- numpy>=1.23,<2.1
- numpydoc
- nvcomp==4.2.0.11
- nvtx>=0.2.1
Expand Down
9 changes: 5 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- fsspec>=0.6.0
- &numpy numpy>=1.23,<3.0a0
- &numpy numpy>=1.23,<2.1
- pandas>=2.0,<2.2.4dev0
run_pylibcudf:
common:
Expand Down Expand Up @@ -753,8 +753,8 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- cachetools
- &numba-cuda-dep numba-cuda>=0.2.0,<0.3.0a0
- &numba-dep numba>=0.59.1,<0.61.0a0
- &numba-cuda-dep numba-cuda>=0.4.0,<0.5.0a0
- &numba-dep numba>=0.59.1,<0.62.0a0
- nvtx>=0.2.1
- packaging
- rich
Expand Down Expand Up @@ -885,7 +885,8 @@ dependencies:
matrices:
- matrix: {dependencies: "oldest"}
packages:
- numba-cuda==0.2.0
- numba-cuda==0.4.0
- numba==0.59.1
- pandas==2.0.*
- matrix: {dependencies: "latest"}
packages:
Expand Down
6 changes: 3 additions & 3 deletions python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ dependencies = [
"cupy-cuda11x>=12.0.0",
"fsspec>=0.6.0",
"libcudf==25.4.*,>=0.0.0a0",
"numba-cuda>=0.2.0,<0.3.0a0",
"numba>=0.59.1,<0.61.0a0",
"numpy>=1.23,<3.0a0",
"numba-cuda>=0.4.0,<0.5.0a0",
"numba>=0.59.1,<0.62.0a0",
"numpy>=1.23,<2.1",
"nvtx>=0.2.1",
"packaging",
"pandas>=2.0,<2.2.4dev0",
Expand Down
2 changes: 1 addition & 1 deletion python/cudf_polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [

[project.optional-dependencies]
test = [
"numpy>=1.23,<3.0a0",
"numpy>=1.23,<2.1",
"pytest-cov",
"pytest-xdist",
"pytest<8",
Expand Down
6 changes: 3 additions & 3 deletions python/dask_cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"cudf==25.4.*,>=0.0.0a0",
"cupy-cuda11x>=12.0.0",
"fsspec>=0.6.0",
"numpy>=1.23,<3.0a0",
"numpy>=1.23,<2.1",
"pandas>=2.0,<2.2.4dev0",
"pynvml>=12.0.0,<13.0.0a0",
"rapids-dask-dependency==25.4.*,>=0.0.0a0",
Expand All @@ -47,8 +47,8 @@ cudf = "dask_cudf.backends:CudfBackendEntrypoint"
[project.optional-dependencies]
test = [
"dask-cuda==25.4.*,>=0.0.0a0",
"numba-cuda>=0.2.0,<0.3.0a0",
"numba>=0.59.1,<0.61.0a0",
"numba-cuda>=0.4.0,<0.5.0a0",
"numba>=0.59.1,<0.62.0a0",
"pytest-cov",
"pytest-xdist",
"pytest<8",
Expand Down
2 changes: 1 addition & 1 deletion python/pylibcudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ classifiers = [
test = [
"fastavro>=0.22.9",
"hypothesis",
"numpy>=1.23,<3.0a0",
"numpy>=1.23,<2.1",
"pandas",
"pytest-cov",
"pytest-xdist",
Expand Down

0 comments on commit aee6c28

Please sign in to comment.