Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
remove LoopVectorization dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdav2 committed Sep 5, 2020
1 parent f824689 commit bbd3a33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ version = "0.4.0"
CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"
Eigen_jll = "bc6bbf8a-a594-5541-9c57-10b0d0312c70"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Expand Down

2 comments on commit bbd3a33

@mdav2
Copy link
Member Author

@mdav2 mdav2 commented on bbd3a33 Sep 5, 2020

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

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.4.0 -m "<description of version>" bbd3a33051a8883236b183488a4728eca88044b9
git push origin v0.4.0

Please sign in to comment.