Skip to content

Commit

Permalink
Merge pull request #352 from chrisbrahms/compat
Browse files Browse the repository at this point in the history
match compat to julia version
  • Loading branch information
chrisbrahms authored Nov 1, 2023
2 parents 41a13b3 + 1c44789 commit fe5d8fd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ SpecialFunctions = "0.10.3, 1, 2"
StaticArrays = "1"
Unitful = "1"
julia = "1.9"
Dates = "1"
Distributed = "1"
FileWatching = "1"
LibGit2 = "1"
LinearAlgebra = "1"
Logging = "1"
Pkg = "1"
Printf = "1"
Random = "1"
Test = "1"
Statistics = "1"
Dates = "1.9"
Distributed = "1.9"
FileWatching = "1.9"
LibGit2 = "1.9"
LinearAlgebra = "1.9"
Logging = "1.9"
Pkg = "1.9"
Printf = "1.9"
Random = "1.9"
Test = "1.9"
Statistics = "1.9"

0 comments on commit fe5d8fd

Please sign in to comment.