Skip to content

Commit

Permalink
Fix constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 9, 2023
1 parent dfb96a1 commit a54ce78
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -22,7 +22,7 @@ dependencies:
- libcufile-dev=1.4.0.31
- libcufile=1.4.0.31
- ninja
- numcodecs <=0.12.0
- numcodecs <0.12.0
- numpy>=1.21
- numpydoc
- nvcc_linux-64=11.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- libcufile
- libcufile-dev
- ninja
- numcodecs <=0.12.0
- numcodecs <0.12.0
- numpy>=1.21
- numpydoc
- nvcomp==2.6.1
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ dependencies:
- numpy>=1.21
- zarr
# See https://github.com/zarr-developers/numcodecs/pull/475
- numcodecs <=0.12.0
- numcodecs <0.12.0
- packaging
- output_types: conda
packages:
Expand Down
2 changes: 1 addition & 1 deletion legate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = { text = "Apache 2.0" }
requires-python = ">=3.9"
dependencies = [
"cupy-cuda11x>=12.0.0",
"numcodecs <=0.12.0",
"numcodecs <0.12.0",
"numpy>=1.21",
"packaging",
"zarr",
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = { text = "Apache 2.0" }
requires-python = ">=3.9"
dependencies = [
"cupy-cuda11x>=12.0.0",
"numcodecs <=0.12.0",
"numcodecs <0.12.0",
"numpy>=1.21",
"packaging",
"zarr",
Expand Down

0 comments on commit a54ce78

Please sign in to comment.