Skip to content

Commit

Permalink
Merge pull request #73 from AlgebraicJulia/dmcompat
Browse files Browse the repository at this point in the history
Data Migrations compat
  • Loading branch information
kris-brown authored Jun 26, 2024
2 parents 546453c + f4f7f3c commit d0a34d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[weakdeps]
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
DataMigrations = "0c4ad18d-0c49-4bc2-90d5-5bca8f00d6ae"
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"

[extensions]
AlgebraicRewritingLuxorExt = "Luxor"
AlgebraicRewritingDataMigrationsExt = "DataMigrations"
AlgebraicRewritingLuxorExt = "Luxor"

[compat]
ACSets = "0.2.20"
Catlab = "0.16.11"
DataMigrations = "0.0.3"
CompTime = "0.1"
DataMigrations = "0.0.3,0.1"
DataStructures = "0.17, 0.18"
MLStyle = "0.4"
Reexport = "^1"
StructEquality = "2.1"
julia = "1.9"
MLStyle = "0.4"
CompTime = "0.1"

0 comments on commit d0a34d3

Please sign in to comment.