Skip to content

Commit

Permalink
Remove unnecessary requirements for raft-dask. (#969)
Browse files Browse the repository at this point in the history
numpy is a requirement for pylibraft but not raft-dask (and numba isn't required for either).

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

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #969
  • Loading branch information
vyasr authored Nov 1, 2022
1 parent 93a4273 commit 14bd572
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/raft-dask/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,4 @@ skip=

[options]
packages = find:
install_requires =
numpy
numba>=0.49
python_requires = >=3.7,<3.10

0 comments on commit 14bd572

Please sign in to comment.