Skip to content

Commit

Permalink
Add Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Apr 13, 2021
1 parent df48872 commit 45261b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ColorBrewer = "a2cac450-b92f-5266-8821-25eda20663c8"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down Expand Up @@ -49,6 +50,7 @@ ColorBrewer = "0.4"
ColorSchemes = "3.5"
ColorTypes = "0.8, 0.9, 0.10"
Colors = "0.9, 0.10, 0.11, 0.12"
Compat = "2.2, 3"
Contour = "0.5"
Distributions = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
DocStringExtensions = "0.8"
Expand Down
2 changes: 2 additions & 0 deletions src/AbstractPlotting.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module AbstractPlotting

using Compat

using Random
using FFMPEG # get FFMPEG on any system!
using Observables, GeometryBasics, IntervalSets, PlotUtils
Expand Down

0 comments on commit 45261b6

Please sign in to comment.