Skip to content

Commit 37b4e3f

Browse files
committed
add version upper bounds, drop Julia < 1
1 parent fd72b95 commit 37b4e3f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Project.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1111
VersionParsing = "81def892-9a0e-5fdd-b105-ffc91e053289"
1212

1313
[compat]
14-
PyCall = "≥ 1.90.0"
15-
julia = "≥ 0.7.0"
14+
PyCall = "1.90, 1.91, 1.92, 1.93, 1.94. 1.95, 1.96, 1.97, 1.98, 1.99"
15+
julia = "1"
16+
LaTeXStrings = "1"
17+
Colors = "0.9, 0.10, 0.11, 0.12, 1"
18+
VersionParsing = "1"

0 commit comments

Comments
 (0)