Skip to content

Commit

Permalink
BUILD: remove direct dependency on Decapodes from Docs Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfairbanks committed Aug 17, 2023
1 parent 1b11a0f commit 01bb2e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.9.0"
manifest_format = "2.0"
project_hash = "ac33ec194cb032c4b37dc33470bbbdf5135fbefc"
project_hash = "e57dc631662ff9deb595105bc0585a3bc5aa94d9"

[[deps.ACSets]]
deps = ["CompTime", "JSON", "MLStyle", "OrderedCollections", "Pkg", "PrettyTables", "Reexport", "StaticArrays", "StructEquality", "Tables"]
Expand Down
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[deps]
Decapodes = "679ab3ea-c928-4fe6-8d59-fd451142d391"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Expand Down
2 changes: 1 addition & 1 deletion docs/literate/literate_example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using SyntacticModels.ASKEMUWDs
using SyntacticModels.Composites

using MLStyle
using Decapodes
import SyntacticModels.ASKEMDecapodes.Decapodes as Decapodes
using Catlab
using Catlab.RelationalPrograms
using Catlab.WiringDiagrams
Expand Down

0 comments on commit 01bb2e6

Please sign in to comment.