Skip to content

Commit

Permalink
Merge pull request #52 from ProjectTorreyPines/compat_7-19-24
Browse files Browse the repository at this point in the history
Update Project.toml compat and testing
  • Loading branch information
orso82 authored Jul 19, 2024
2 parents dcc6b48 + 172a292 commit 1ec6baf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 7 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ MD5 = "6ac74813-4b46-53a4-afec-0b5dc9d7885c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

[compat]
AbstractTrees = ">= 0.4"
Colors = ">= 0.12"
AbstractTrees = "0.4"
Colors = "0.12"
FileIO = "1"
MD5 = ">= 0.2"
RecipesBase = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
Interpolations = "0.15"
JLD2 = "0.4"
LaTeXStrings = "1"
MD5 = "0.2"
RecipesBase = "1"
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 comments on commit 1ec6baf

Please sign in to comment.