Skip to content

Commit d34d969

Browse files
committed
Add Agents compat to allow all versions
GraphMakie doesn't directly depend on Agents, but a transitive dependency constrains it. Adding explicit Agents compat allows newer Agents versions (up to 6.x) to work with GraphMakie.
1 parent d976b3e commit d34d969

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
1515
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1616

1717
[compat]
18+
Agents = "1, 2, 3, 4, 5, 6" # Allow all Agents versions to work around transitive dependency constraints
1819
CairoMakie = "0.15"
1920
DataStructures = "0.17, 0.18, 0.19"
2021
FileIO = "1"

0 commit comments

Comments
 (0)