Skip to content

Commit

Permalink
Set minimum click to 8.1 (#1272)
Browse files Browse the repository at this point in the history
Closes #1271

Authors:
  - Jacob Tomlinson (https://github.com/jacobtomlinson)
  - Lawrence Mitchell (https://github.com/wence-)

Approvers:
  - Benjamin Zaitlen (https://github.com/quasiben)

URL: #1272
  • Loading branch information
jacobtomlinson authored Nov 20, 2023
1 parent dc759b0 commit b1f13fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ readme = { file = "README.md", content-type = "text/markdown" }
authors = [
{ name = "NVIDIA Corporation" },
]
license = { text = "Apache-2.0" }
license = { text = "Apache-2.0." }
requires-python = ">=3.9"
dependencies = [
"click >=8.1",
"pynvml >=11.0.0,<11.5",
"numpy >=1.21",
"numba >=0.57",
"pandas >=1.3,<1.6.0dev0",
"pandas >=1.3,<1.6.0.dev0",
"rapids-dask-dependency==23.12.*",
"zict >=2.0.0",
]
Expand Down

0 comments on commit b1f13fc

Please sign in to comment.