Skip to content

Commit

Permalink
Update REQUIREments
Browse files Browse the repository at this point in the history
GeometricalPredicates must be compatible with both Julia v0.4 and v0.5
  • Loading branch information
robertdj committed Oct 21, 2016
1 parent 02ee064 commit e2f860c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.4
GeometricalPredicates 0.0.5
Colors
Compat
GeometricalPredicates 0.0.6
Colors 0.6.9
Compat 0.8.4
3 changes: 1 addition & 2 deletions src/VoronoiDelaunay.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module VoronoiDelaunay
#
# Author: Ariel Keselman ([email protected])
# License: MIT
# Bug reportss welcome!
# Bug reports welcome!

export
DelaunayTessellation, DelaunayTessellation2D, sizehint!, isexternal,
Expand All @@ -21,7 +21,6 @@ export
using Compat

using GeometricalPredicates
import GeometricalPredicates
import GeometricalPredicates: geta, getb, getc

import Base: push!, start, done, next, copy, sizehint!
Expand Down

0 comments on commit e2f860c

Please sign in to comment.