Skip to content

Commit

Permalink
remove unneded makiecore dep (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani authored Jun 13, 2024
1 parent 8b8055d commit 1a8ddf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name = "Polynomials"
uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
license = "MIT"
author = "JuliaMath"
version = "4.0.9"
version = "4.0.10"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Expand Down
1 change: 1 addition & 0 deletions src/plots.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## XXX todo: make this an extension when minimum Julia supports that
using RecipesBase

function poly_interval(p::AbstractPolynomial)
Expand Down

0 comments on commit 1a8ddf3

Please sign in to comment.