Skip to content

Commit

Permalink
update Symbolics to 6 and set min Julia version to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kpobrien committed Aug 22, 2024
1 parent 09ac2c0 commit 4547be5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
version:
- '1'
- '1.9'
- '1.8'
os:
- ubuntu-latest
- macos-latest
Expand Down
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ Documenter = "0.27,1"
FFTW = "1"
Graphs = "1"
KLU = "0.4, 0.5, 0.6"
LinearAlgebra = "1.7"
LinearAlgebra = "1.9"
OrderedCollections = "1"
PrecompileTools = "1"
Printf = "1.7"
SparseArrays = "1.7"
Printf = "1.9"
SparseArrays = "1.9"
SpecialFunctions = "2"
Statistics = "1.7"
SymbolicUtils = "1, 2"
Symbolics = "4, 5"
Test = "1.7"
UUIDs = "1.7"
Statistics = "1.9"
SymbolicUtils = "1, 2, 3"
Symbolics = "4, 5, 6"
Test = "1.9"
UUIDs = "1.9"
XicTools_jll = "4"
julia = "1.7"
julia = "1.9"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 4547be5

Please sign in to comment.