Skip to content

Commit fcd73f8

Browse files
committed
Fix upper bound on Julia in Project.toml.
1 parent d430db2 commit fcd73f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Distributions = "0.22, 0.23"
2121
Documenter = "0.24, 0.25"
2222
FFTW = "1.2"
2323
QuadGK = "2.3"
24-
julia = ">= 1.3"
24+
julia = "1.3, 1.4, 1.5"

0 commit comments

Comments
 (0)