Skip to content

Commit

Permalink
Remove unused numpy dependency
Browse files Browse the repository at this point in the history
Licensing analysis tripped a potential issue with numpy. The
thing is we don't use numpy for anything - this dependency is
only here because some past transitive dependency caused issues
with M1 macs and pinning a minimum version for numpy ensured
that particular problem would not come up. Even the initial
addition was to pin past some security patch. Wild.

Anyway, rather than try to figure out if the new licensing
issue is a false positive, I'm simply removing the package from
our linked dependency set.
  • Loading branch information
tlento committed Jan 20, 2024
1 parent 542b810 commit f0695b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies = [
"graphviz>=0.18.2, <0.21",
"halo~=0.0.31",
"more-itertools>=8.10.0, <10.2.0",
"numpy>=1.22.2",
"pandas~=1.5.0",
"pydantic~=1.10.0",
"python-dateutil~=2.8.2",
Expand Down

0 comments on commit f0695b9

Please sign in to comment.