Skip to content

Commit a2870bb

Browse files
committed
fix compat bounds for std libraries
1 parent 91e2af2 commit a2870bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1212
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
1313

1414
[compat]
15-
Distributed = "1.11.0"
16-
InteractiveUtils = "1.11.0"
15+
Distributed = "1"
16+
InteractiveUtils = "1"
1717
MLJModelInterface = "1.12"
1818
MLJModels = "0.17"
1919
OrderedCollections = "1.8"
20-
Pkg = "1.11.0"
21-
Random = "1.11.0"
20+
Pkg = "1"
21+
Random = "1"
2222
Suppressor = "0.2"
2323
julia = "1.10"
2424

0 commit comments

Comments
 (0)