Skip to content

Commit

Permalink
improve compat section
Browse files Browse the repository at this point in the history
  • Loading branch information
marcom committed Jun 4, 2022
1 parent 8bbc1ab commit 92ff055
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,10 +13,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
FASTX = "1"
FASTX = "1.3"
LinearFold_jll = "= 1.0.0"
LinearPartition_jll = "= 1.0.0"
LinearSampling_jll = "= 0.0.1"
LinearTurboFold_jll = "= 0.0.1"
Unitful = "1"
Unitful = "1.11"
julia = "1.7"

3 comments on commit 92ff055

@marcom
Copy link
Owner Author

@marcom marcom commented on 92ff055 Jun 4, 2022

Choose a reason for hiding this comment

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

@marcom
Copy link
Owner Author

@marcom marcom commented on 92ff055 Jun 4, 2022

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/61723

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.1.0 -m "<description of version>" 92ff0553d948bb779a80bca0d50243a52b911077
git push origin v0.1.0

Please sign in to comment.