Skip to content

Commit

Permalink
Removed the >= from the compat section because registrator desn't lik…
Browse files Browse the repository at this point in the history
…e it.
  • Loading branch information
lucass-carneiro committed Mar 19, 2021
1 parent a897e9d commit fa77df5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"

[compat]
NLsolve = ">= 4.4.1"
PolynomialRoots = ">= 1.0.0"
Polynomials = ">= 2.0.0"
Roots = ">= 1.0.8"
SymEngine = ">= 0.8.2"
TaylorSeries = ">= 0.10.11"
julia = ">= 1.5"
NLsolve = "4.4.1"
PolynomialRoots = "1.0.0"
Polynomials = "2.0.0"
Roots = "1.0.8"
SymEngine = "0.8.2"
TaylorSeries = "0.10.11"
julia = "1.5"

2 comments on commit fa77df5

@lucass-carneiro
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 register()

@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 updated: JuliaRegistries/General/32387

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.2.2 -m "<description of version>" fa77df5233e97a53313d7d55c59dd6b7b282a581
git push origin v0.2.2

Please sign in to comment.