Remove duplicate numpy dependency in test section

Open Beginner friendly
#4,754 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
72/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Quiet
Tech stack
numpy, python

Research direction

Open pyproject.toml and compare the main dependency list with the test dependencies section, focusing on the duplicate numpy>=2.0 entry. Remove only the redundant test entry, then verify that the dependency configuration remains valid and that numpy is still declared in the main dependencies.

Written by the indexing model from the issue text.

Description

I noticed that numpy>=2.0 is already listed in the main dependencies in pyproject.toml, but it appears again in the test dependencies section.

Since it is already a core dependency, this duplication might not be necessary.

Happy to open a PR to clean this up if this sounds good.

Dominant language
Jupyter Notebook
Stars
25.8k
Forks
3.8k
Avg merge
1d 4h
Merged PRs (30d)
24

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from shap/shap

All issues in shap/shap

Similar issues

More Build System issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.