Skip to content

Commit c34e1ce

Browse files
authored
Merge pull request rapidsai#1283 from rapidsai/branch-23.06
Forward-merge branch-23.06 to branch-23.08
2 parents 3217138 + ec67953 commit c34e1ce

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

conda/environments/all_cuda-118_arch-x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
- fmt>=9.1.0,<10
1212
- gcovr>=5.0
1313
- ninja
14-
- numba>=0.49
15-
- numpy>=1.19
14+
- numba>=0.57
15+
- numpy>=1.21
1616
- pre-commit
1717
- pytest
1818
- pytest-cov

conda/recipes/rmm/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ requirements:
5353
- tomli # [py<311]
5454
run:
5555
- cuda-python >=11.7.1,<12.0
56-
- numba >=0.49
57-
- numpy >=1.19
56+
- numba >=0.57
57+
- numpy >=1.21
5858
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
5959

6060
test:

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ dependencies:
139139
common:
140140
- output_types: [conda, requirements, pyproject]
141141
packages:
142-
- numba>=0.49
143-
- numpy>=1.19
142+
- numba>=0.57
143+
- numpy>=1.21
144144
- *cuda_python
145145
test_cpp:
146146
common:

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ license = { text = "Apache 2.0" }
3737
requires-python = ">=3.9"
3838
dependencies = [
3939
"cuda-python>=11.7.1,<12.0",
40-
"numba>=0.49",
41-
"numpy>=1.19",
40+
"numba>=0.57",
41+
"numpy>=1.21",
4242
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.
4343
classifiers = [
4444
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)