Skip to content

Commit

Permalink
Merge pull request #10 from EmperorCookie/dist-size
Browse files Browse the repository at this point in the history
fix: Removed unnecessary dependency that was causing an increase in f…
  • Loading branch information
EmperorCookie authored Nov 14, 2024
2 parents d0e8181 + cf9d1d5 commit ad7dda0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies = [
"pillow>=11,<11.1",
"pyjson5>=1.6,<1.7",
"pyperclip>=1.9,<1.10",
"numpy-quaternion>=2024,<2024.1",
]

[tool.hatch.build]
Expand Down
2 changes: 1 addition & 1 deletion src/wildstruck/_vec.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations
from dataclasses import dataclass
from functools import partial, singledispatchmethod
from functools import partial
from itertools import chain, product
from math import ceil, cos, floor, prod, sin, sqrt
from operator import add, floordiv, invert, mod, mul, neg, sub, truediv
Expand Down

0 comments on commit ad7dda0

Please sign in to comment.