Skip to content

Commit f78f4f4

Browse files
committed
fix installation problem
1 parent 3e05607 commit f78f4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SmithChart.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SmithChart
22

33
using Makie
44
using Makie: parent_scene, shift_project, update_tooltip_alignment!, position2string
5-
if VERSION <= v"1.11"
5+
if VERSION >= v"1.11"
66
using Makie: make_block_docstring
77
end
88
using Makie.GeometryBasics: Polygon

0 commit comments

Comments
 (0)