Skip to content

Commit

Permalink
fixing compat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gabehassler authored Nov 2, 2022
1 parent 3d28236 commit b2f4122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
BEASTXMLConstructor = "1"
BeastUtils = "1"
CSV = "0.8, 0.9, 0.10"
Combinatorics = "1"
DataFrames = "0.20, 0.21, 0.22, 1"
EzXML = "1"
JLD = "0.9, 0.10, 0.12, 0.13"
Expand Down

2 comments on commit b2f4122

@gabehassler
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/71507

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 v1.0.0 -m "<description of version>" b2f412266ada9794a869459cc0c91bc02f0f4097
git push origin v1.0.0

Please sign in to comment.