Skip to content

Commit

Permalink
explicitly depend on DynamicPolynomials and Bijections for CompatHelp…
Browse files Browse the repository at this point in the history
…er purposes
  • Loading branch information
shashi committed Sep 6, 2023
1 parent 60d26bb commit 0003998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ version = "5.5.1"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Bijections = "e2ed5e7c-b2de-5872-ae92-c73ca462fb04"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
Groebner = "0b43b601-686d-58a3-8a1c-6623616c7cd4"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Expand Down
5 changes: 2 additions & 3 deletions src/groebner_basis.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

DP = SymbolicUtils.DynamicPolynomials
Bijections = SymbolicUtils.Bijections
using DynamicPolynomials
using Bijections

# extracting underlying polynomial and coefficient type from Polyforms
underlyingpoly(x::Number) = x
Expand Down

0 comments on commit 0003998

Please sign in to comment.