Skip to content

Commit

Permalink
fix compat [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
islent committed Dec 22, 2021
1 parent 5f8217f commit 61137da
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"

[compat]
BangBang = "0.3"
CSV = "0.9"
FileIO = "1"
HDF5 = "0.15"
IterTools = "1.3"
JLD2 = "0.4"
PhysicalParticles = "1"
ProgressMeter = "1"
Reexport = "1"
StaticArrays = "1"
StructArrays = "0.6"
Unitful = "1"
UnitfulAstro = "1"
julia = "1.6"
BangBang = "0.3"
CSV = "0.9"
FileIO = "1"
HDF5 = "0.15"
IterTools = "1.3"
JLD2 = "0.4"
PhysicalParticles = "1"
ProgressMeter = "1"
Reexport = "1"
StaticArrays = "1"
StructArrays = "0.6"
Unitful = "1"
UnitfulAstro = "1"
julia = "1.6"

0 comments on commit 61137da

Please sign in to comment.