Skip to content

Commit

Permalink
Removing >= as a compat flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
RGerzaguet committed Oct 17, 2019
1 parent 71b33e1 commit 6fbdedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
DSP = "0.5"
DSP = "0.5, 0.6"
SpecialFunctions = "0.8"
Parameters = "0.12"
FFTW = "1.0.1"
FFTW = "1.0"

2 comments on commit 6fbdedb

@RGerzaguet
Copy link
Member 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 updated: JuliaRegistries/General/4461

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 6fbdedb8cfe2d342cb1a703da49654700b3342de
git push origin v1.0.0

Please sign in to comment.