Skip to content

Commit 6ee4b47

Browse files
Remove Tables.jl as a hard dependency
Tables.jl is now only needed for tests, not as a runtime dependency. The Tables interface for solution types is provided by RecursiveArrayTools via its Tables extension (RecursiveArrayToolsTablesExt). This change: - Removes Tables from [deps] section (it was never there but listed in compat) - Removes Tables from [compat] section - Keeps Tables in [extras] for test dependencies - Keeps Tables in test target for running tests The Tables interface continues to work through RecursiveArrayTools extension.
1 parent e0efaa1 commit 6ee4b47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ StaticArrays = "1.7"
9292
StaticArraysCore = "1.4"
9393
Statistics = "1.10"
9494
SymbolicIndexingInterface = "0.3.36"
95-
Tables = "1.11"
9695
Zygote = "0.7.10"
9796
julia = "1.10"
9897

0 commit comments

Comments
 (0)