Skip to content

Commit

Permalink
changing the compats
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Aug 30, 2023
1 parent ba2fd02 commit d724c02
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 @@ -13,14 +13,14 @@ TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[compat]
BioSequences = ">= 3"
BioSequences = "^3"
FASTX = "2"
IterTools = "1.4"
PrecompileTools = "1"
StatsBase = "0.34.0"
TestItemRunner = "0.2"
TestItems = "0.1"
julia = ">= 1.6.0"
julia = "^1.6.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit d724c02

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

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

Please sign in to comment.