Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies:
- notebook
- numba-cuda>=0.22.2
- numba>=0.60.0,<0.65.0
- numpy>=1.23,<3.0
- numpy>=1.26,<3.0
- numpydoc
- nvidia-ml-py>=12
- nvtx>=0.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies:
- notebook
- numba-cuda>=0.22.2
- numba>=0.60.0,<0.65.0
- numpy>=1.23,<3.0
- numpy>=1.26,<3.0
- numpydoc
- nvidia-ml-py>=12
- nvtx>=0.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-131_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies:
- notebook
- numba-cuda>=0.22.2
- numba>=0.60.0,<0.65.0
- numpy>=1.23,<3.0
- numpy>=1.26,<3.0
- numpydoc
- nvidia-ml-py>=12
- nvtx>=0.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-131_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies:
- notebook
- numba-cuda>=0.22.2
- numba>=0.60.0,<0.65.0
- numpy>=1.23,<3.0
- numpy>=1.26,<3.0
- numpydoc
- nvidia-ml-py>=12
- nvtx>=0.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cudf/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ requirements:
- cupy >=13.6.0,!=14.0.0
- numba-cuda >=0.22.2
- numba >=0.60.0,<0.65.0
- numpy >=1.23,<3.0
- numpy >=1.26,<3.0
- pyarrow>=19.0.0
- libcudf =${{ version }}
- pylibcudf =${{ version }}
Expand Down
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- numpy>=1.23,<3.0
- numpy>=1.26,<3.0
pyarrow_run:
common:
- output_types: [conda]
Expand Down Expand Up @@ -862,7 +862,7 @@ dependencies:
packages:
# this is sometimes different from the floor in cudf because
# dask imposes its own constraints on 'numpy' (e.g. for 'dask.array')
- numpy==1.24.*
- numpy==1.26.*
- matrix:
packages:
test_python_pylibcudf:
Expand Down Expand Up @@ -919,7 +919,7 @@ dependencies:
matrices:
- matrix: {dependencies: "oldest"}
packages:
- numpy==1.23.*
- numpy==1.26.*
- pyarrow==19.*
- matrix:
packages:
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/column/temporal_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def _normalize_binop_operand(self, other: Any) -> pa.Scalar | ColumnBase:
to_unit = self.time_unit
if np.isnat(other):
# Workaround for https://github.com/numpy/numpy/issues/28496
# Once fixed, can always use the astype below
# Can always use the astype below once minimum numpy version is 2.4
# call-overload must be ignored because numpy stubs only accept literal strings
# for time units (e.g., "ns", "us") to allow compile-time validation,
# but we're passing a variable string (to_unit) with a time unit that
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"libcudf==26.4.*,>=0.0.0a0",
"numba-cuda>=0.22.2",
"numba>=0.60.0,<0.65.0",
"numpy>=1.23,<3.0",
"numpy>=1.26,<3.0",
"nvtx>=0.2.1",
"packaging",
"pandas>=2.0,<2.4.0",
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 @@ -40,7 +40,7 @@ classifiers = [
[project.optional-dependencies]
test = [
"dask-cuda==26.4.*,>=0.0.0a0",
"numpy>=1.23,<3.0",
"numpy>=1.26,<3.0",
"pytest",
"pytest-cov",
"pytest-httpserver",
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 @@ -24,7 +24,7 @@ dependencies = [
"cudf==26.4.*,>=0.0.0a0",
"cupy-cuda13x>=13.6.0,!=14.0.0",
"fsspec>=0.6.0",
"numpy>=1.23,<3.0",
"numpy>=1.26,<3.0",
"nvidia-ml-py>=12",
"pandas>=2.0,<2.4.0",
"rapids-dask-dependency==26.4.*,>=0.0.0a0",
Expand Down
2 changes: 1 addition & 1 deletion python/pylibcudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pyarrow = [
"pyarrow>=19.0.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
numpy = [
"numpy>=1.23,<3.0",
"numpy>=1.26,<3.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down
Loading