Skip to content

Commit

Permalink
hack Randon and RecipesBase into IntervalSets deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hdunham committed Apr 23, 2024
1 parent d24100d commit 55983c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions julia_src/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,10 @@ deps = ["Markdown"]
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"

[[deps.IntervalSets]]
deps = ["Statistics"]
deps = ["Statistics", "Random", "RecipesBase"]
git-tree-sha1 = "dba9ddf07f77f60450fe5d2e2beb9854d9a49bd0"
uuid = "8197267c-284f-5f27-9208-e0e47529a953"
version = "0.7.10"
weakdeps = ["Random", "RecipesBase"]

[deps.IntervalSets.extensions]
IntervalSetsRandomExt = "Random"
Expand Down

0 comments on commit 55983c0

Please sign in to comment.