Skip to content

Commit e4f1c6a

Browse files
Merge pull request #11 from JuliaComputing/compathelper/new_version/2025-12-30-18-53-21-193-02130151176
CompatHelper: bump compat for PreallocationTools to 1, (keep existing compat)
2 parents da839d7 + de4eda0 commit e4f1c6a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Project.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SymbolicCompilerPasses"
22
uuid = "3384d301-0fbe-4b40-9ae0-b0e68bedb069"
3-
authors = ["Dhairya Gandhi <dhairya@juliahub.com>"]
43
version = "0.1.0"
4+
authors = ["Dhairya Gandhi <dhairya@juliahub.com>"]
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -12,16 +12,17 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
1212
[weakdeps]
1313
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
1414

15-
[sources]
16-
SymbolicUtils = {rev = "dg/opt_api", url = "https://github.com/DhairyaLGandhi/SymbolicUtils.jl"}
15+
[sources.SymbolicUtils]
16+
rev = "dg/opt_api"
17+
url = "https://github.com/DhairyaLGandhi/SymbolicUtils.jl"
1718

1819
[extensions]
1920
SCPLinearSolveExt = ["LinearSolve"]
2021

2122
[compat]
2223
LinearAlgebra = "1.11.0"
2324
LinearSolve = "3.53.0"
24-
PreallocationTools = "0.4.34"
25+
PreallocationTools = "0.4.34, 1"
2526
StaticArrays = "1.9.15"
2627
SymbolicUtils = "4.1.0"
2728
julia = "1.11"

0 commit comments

Comments
 (0)