Skip to content

Commit

Permalink
add Suppressor as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hdavid16 committed Sep 28, 2022
1 parent 02b6fa3 commit a8cc06c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ version = "0.3.2"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[compat]
JuMP = "1.2"
Suppressor = "0.2"
Symbolics = "4"
julia = "1.6"

Expand Down
2 changes: 1 addition & 1 deletion src/DisjunctiveProgramming.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module DisjunctiveProgramming

using JuMP, Symbolics
using JuMP, Symbolics, Suppressor

export add_disjunction!, add_proposition!
export @disjunction, @proposition
Expand Down

2 comments on commit a8cc06c

@hdavid16
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/69139

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.2 -m "<description of version>" a8cc06c109582aa4a694a05429376fb7225982ab
git push origin v0.3.2

Please sign in to comment.