Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Dec 28, 2020
1 parent 5e73f16 commit 2cdd8fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bentley_ottmann/core/sweep_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class SweepLine:
__slots__ = '_tree',

def __init__(self) -> None:
self._tree = red_black.set_(key=partial(SweepLineKey,
get_context().orientation))
self._tree = red_black.set_(
key=partial(SweepLineKey, get_context().angle_orientation))

__repr__ = generate_repr(__init__)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dendroid~=1.1.0
ground~=1.0.0
ground~=1.1.0
prioq~=0.3.0
reprit~=0.3.1

0 comments on commit 2cdd8fe

Please sign in to comment.