Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit e0223f3

Browse files
Merge pull request #77 from devmotion/compat
Fix support of Julia 1.0
2 parents 7dc407a + db31f1f commit e0223f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version = "0.10.3"
66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
88
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
9+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
910
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
1011
DiffEqDiffTools = "01453d9d-ee7c-5054-8395-0335cb756afa"
1112
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -18,6 +19,7 @@ VertexSafeGraphs = "19fa3120-7c27-5ec5-8db8-b0b0aa330d6f"
1819
[compat]
1920
Adapt = "1"
2021
ArrayInterface = "1.1"
22+
Compat = "2.2, 3"
2123
DataStructures = "0.17"
2224
DiffEqDiffTools = "1.3"
2325
ForwardDiff = "0.10"
@@ -33,9 +35,9 @@ IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
3335
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3436
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
3537
SparsityDetection = "684fba80-ace3-11e9-3d08-3bc7ed6f96df"
38+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
3639
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3740
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
38-
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
3941

4042
[targets]
4143
test = ["Test", "BandedMatrices", "BlockBandedMatrices", "IterativeSolvers", "Random", "SafeTestsets", "Zygote", "SparsityDetection", "StaticArrays"]

src/SparseDiffTools.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module SparseDiffTools
22

3+
using Compat
34
using DiffEqDiffTools
45
using ForwardDiff
56
using LightGraphs

0 commit comments

Comments
 (0)