Skip to content

Commit

Permalink
add compat
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBug committed Jan 25, 2022
1 parent 9322a4c commit 418bd66
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 @@ -22,6 +22,7 @@ Lehmann = "0.2"
Parameters = "0.12"
PyCall = "1"
StaticArrays = "1"
DataFrames ="1.0"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 418bd66

@kunyuan
Copy link
Member

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

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.0 -m "<description of version>" 418bd66032a8f079298aee1df4870a70e5ec225e
git push origin v0.2.0

Please sign in to comment.