Skip to content

Commit

Permalink
Pin numba version (#13001)
Browse files Browse the repository at this point in the history
Changes in the upcoming numba 0.57 release will break cudf until we've had time to adapt them, which will not happen in 23.04.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Graham Markall (https://github.com/gmarkall)
  - Lawrence Mitchell (https://github.com/wence-)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #13001
  • Loading branch information
vyasr authored Mar 23, 2023
1 parent 5cdb9d9 commit 4ab227d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 @@ -44,7 +44,7 @@ dependencies:
- nbsphinx
- ninja
- notebook
- numba>=0.56.2
- numba>=0.56.4,<0.57
- numpy>=1.21
- numpydoc
- nvcc_linux-64=11.8
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ requirements:
- cython >=0.29,<0.30
- scikit-build >=0.13.1
- setuptools
- numba >=0.56.2
- numba >=0.56.4,<0.57
- dlpack >=0.5,<0.6.0a0
- pyarrow =10
- libcudf ={{ version }}
Expand All @@ -64,7 +64,7 @@ requirements:
- typing_extensions
- pandas >=1.3,<1.6.0dev0
- cupy >=9.5.0,<12.0.0a0
- numba >=0.56.2
- numba >=0.56.4,<0.57
- numpy >=1.21
- {{ pin_compatible('pyarrow', max_pin='x.x.x') }}
- libcudf {{ version }}
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ dependencies:
packages:
- cachetools
- cuda-python>=11.7.1,<12.0
- numba>=0.56.2
- &numba numba>=0.56.4,<0.57
- nvtx>=0.2.1
- packaging
- rmm==23.4.*
Expand Down Expand Up @@ -493,4 +493,4 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- dask-cuda==23.4.*
- numba>=0.56.2
- *numba
2 changes: 1 addition & 1 deletion python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"cuda-python>=11.7.1,<12.0",
"cupy-cuda11x>=9.5.0,<12.0.0a0",
"fsspec>=0.6.0",
"numba>=0.56.2",
"numba>=0.56.4,<0.57",
"numpy>=1.21",
"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 @@ -41,7 +41,7 @@ dynamic = ["entry-points"]
[project.optional-dependencies]
test = [
"dask-cuda==23.4.*",
"numba>=0.56.2",
"numba>=0.56.4,<0.57",
"pytest",
"pytest-cov",
"pytest-xdist",
Expand Down

0 comments on commit 4ab227d

Please sign in to comment.