Skip to content

Commit

Permalink
update missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Feb 29, 2024
1 parent 66afa15 commit 2dab4ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ julia = "1.9"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GMT = "5752ebe1-31b9-557e-87aa-f909b540aa54"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[targets]
test = ["Test","GMT"]
test = ["Test", "GMT","Random"]

0 comments on commit 2dab4ac

Please sign in to comment.