Skip to content

Commit

Permalink
Remove NumPy <2 pin.
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg committed Aug 19, 2024
1 parent f8e7a64 commit a2b4eb6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @@ -26,7 +26,7 @@ dependencies:
- libtool
- ninja
- numba>=0.57.1
- numpy>=1.23,<2.0a0
- numpy>=1.23,<3
- pip
- pkg-config
- pre-commit
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 @@ -26,7 +26,7 @@ dependencies:
- libtool
- ninja
- numba>=0.57.1
- numpy>=1.23,<2.0a0
- numpy>=1.23,<3
- pip
- pkg-config
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/ucxx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ outputs:
- ucx >=1.15.0,<1.18.0
- {{ pin_subpackage('libucxx', exact=True) }}
- {{ pin_compatible('rmm', max_pin='x.x') }}
- numpy>=1.23,<2.0a0
- numpy>=1.23,<3
- pynvml >=11.4.1
run_constrained:
- cupy >=9.5.0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- &numpy numpy>=1.23,<2.0a0
- &numpy numpy>=1.23,<3
- pynvml>=11.4.1
run_python_distributed_ucxx:
common:
Expand Down
2 changes: 1 addition & 1 deletion python/distributed-ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docs = [
test = [
"cudf==24.10.*,>=0.0.0a0",
"cupy-cuda11x>=12.0.0",
"numpy>=1.23,<2.0a0",
"numpy>=1.23,<3",
"pytest-rerunfailures",
"pytest==7.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down
2 changes: 1 addition & 1 deletion python/ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = { text = "BSD-3-Clause" }
requires-python = ">=3.9"
dependencies = [
"libucxx==0.40.*,>=0.0.0a0",
"numpy>=1.23,<2.0a0",
"numpy>=1.23,<3",
"pynvml>=11.4.1",
"rmm==24.10.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down

0 comments on commit a2b4eb6

Please sign in to comment.