Skip to content

Commit 02d06ba

Browse files
authored
Merge pull request #1399 from waralex/jl_compat_fix
Fix DashBase compat borders in Julia components generator
2 parents b6a1197 + 95e7086 commit 02d06ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/development/_jl_components_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
8585
[compat]
8686
julia = "1.2"
87-
{base_package} = ">=0.1"
87+
{base_package} = "0.1"
8888
"""
8989

9090
jl_component_include_string = 'include("{name}.jl")'

0 commit comments

Comments
 (0)