Skip to content

Commit

Permalink
move some packages used in examples to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
iintSjds committed Mar 27, 2023
1 parent 0178ca9 commit d4dc905
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ version = "0.2.0"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
CompositeGrids = "b5136c89-beeb-4521-9139-60d2cac8be56"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QHull = "a8468747-bd6f-53ef-9e5c-744dbc5c59e7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Spglib = "f761d5c5-86db-4880-b97f-9680a7cccfb5"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
spglib_jll = "ac4a9f1e-bdb2-5204-990c-47c8b2f70d4e"
Expand All @@ -21,10 +18,14 @@ spglib_jll = "ac4a9f1e-bdb2-5204-990c-47c8b2f70d4e"
AbstractTrees = "0.3, 0.4"
CompositeGrids = "0.0.6, 0.1"
StaticArrays = "1"
Roots = "2.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 d4dc905

@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>" d4dc905c4721f5d2c3587b07d25e8439494d89c6
git push origin v0.2.0

Please # to comment.