Skip to content

Commit

Permalink
curious whether this works
Browse files Browse the repository at this point in the history
  • Loading branch information
tawheeler committed Feb 7, 2021
1 parent 44623cb commit e84aacf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/PGFPlots.jl
Expand Up @@ -12,6 +12,11 @@ using Requires
using Discretizers
using Printf

# Define isnothing
if VERSION < v"1.1"
isnothing(x) = x === nothing
end

# load dynamic dependencies
function __init__()
@require DataFrames="a93c6f00-e57d-5684-b7b6-d8193f3e46c0" include("dataframes.jl")
Expand Down

0 comments on commit e84aacf

Please sign in to comment.