Skip to content

Commit

Permalink
Merge pull request #118 from bmad-sim/dcs16/03
Browse files Browse the repository at this point in the history
Fixed [compat] section of Project.toml
  • Loading branch information
DavidSagan authored Jan 7, 2025
2 parents b42e82a + fbb1f5c commit 637c837
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
PyFormattedStrings = "5f89f4a4-a228-4886-b223-c468a82ed5b9"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
julia = "1"
Dates = "1"
Documenter = "1"
EnumX = "1"
HTTP = "1"
JSON = "0.21"
PyFormattedStrings = "0.1"
Reexport = "1"
Unitful = "1"
julia = "1.9"

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

0 comments on commit 637c837

Please sign in to comment.