Skip to content

Commit

Permalink
Merge branch 'branch-23.12' into branch-24.02-merge-branch-23.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 20, 2023
2 parents 175ea43 + be3170d commit e2126c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,10 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- click >=8.1
- numba>=0.57
- numpy>=1.21
- pandas>=1.3,<1.6.0dev0
- pandas>=1.3,<1.6.0.dev0
- pynvml>=11.0.0,<11.5
- rapids-dask-dependency==24.2.*
- zict>=2.0.0
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ authors = [
license = { text = "Apache-2.0" }
requires-python = ">=3.9"
dependencies = [
"click >=8.1",
"numba>=0.57",
"numpy>=1.21",
"pandas>=1.3,<1.6.0dev0",
"pandas>=1.3,<1.6.0.dev0",
"pynvml>=11.0.0,<11.5",
"rapids-dask-dependency==24.2.*",
"zict>=2.0.0",
Expand Down

0 comments on commit e2126c8

Please sign in to comment.