Skip to content

Commit

Permalink
Merge pull request #984 from dbt-labs/remove-numpy-dependency
Browse files Browse the repository at this point in the history
Remove unused numpy dependency
  • Loading branch information
tlento authored Jan 20, 2024
2 parents 542b810 + 790b709 commit 4b42c5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240119-174213.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Remove unused numpy dependency
time: 2024-01-19T17:42:13.46617-08:00
custom:
Author: tlento
PR: "984"
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 4b42c5f

Please sign in to comment.