Skip to content

Commit

Permalink
Add extra packages necessary for finite sets
Browse files Browse the repository at this point in the history
  • Loading branch information
lnay committed Mar 12, 2024
1 parent e9e9998 commit 12faaa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/install.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Pkg
packages = ["Catlab", "IJulia", "Compose"]
packages = ["Catlab", "IJulia", "Compose", "GATlab", "DataStructures", "PrettyTables", "LaTeXStrings"]
Pkg.add(packages)
using Catlab, IJulia, Compose
using Catlab, IJulia, Compose, GATlab, DataStructures, PrettyTables, LaTeXStrings

0 comments on commit 12faaa4

Please sign in to comment.