Skip to content

Commit

Permalink
add Spglib to compat
Browse files Browse the repository at this point in the history
  • Loading branch information
iintSjds committed Mar 27, 2023
1 parent d4dc905 commit 3227e9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
spglib_jll = "ac4a9f1e-bdb2-5204-990c-47c8b2f70d4e"
Spglib = "f761d5c5-86db-4880-b97f-9680a7cccfb5"

[compat]
AbstractTrees = "0.3, 0.4"
CompositeGrids = "0.0.6, 0.1"
StaticArrays = "1"
Roots = "2.0"
Spglib = "0.6.0"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
QHull = "a8468747-bd6f-53ef-9e5c-744dbc5c59e7"
Spglib = "f761d5c5-86db-4880-b97f-9680a7cccfb5"


[targets]
test = ["Test"]

2 comments on commit 3227e9a

@iintSjds
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/80388

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>" 3227e9a1184b2fb1eac448bce06d10b3183a178b
git push origin v0.2.0

Please sign in to comment.