Skip to content

Commit

Permalink
update compat table (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium authored Nov 19, 2023
1 parent 90e34b3 commit 0d33f28
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,26 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
SPICE = "5bab7191-041a-5c2e-a744-024b9c3a5062"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Aqua = "0.8"
CSV = "0"
DataFrames = "1"
Downloads = "1"
FileIO = "1"
Git = "1"
JLD2 = "0.4"
LinearAlgebra = "1"
ProgressMeter = "1"
Rotations = "1"
SPICE = "0.2"
StaticArrays = "1"
Statistics = "1"
Test = "1"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 0d33f28

Please sign in to comment.