Skip to content

Commit

Permalink
Use released dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jun 17, 2020
1 parent cb7f36e commit 93416ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
23 changes: 5 additions & 18 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ version = "0.5.0"
[[Adapt]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "9e31b9f5d3f9b5ec32c1d01fd8c05270bad10dc0"
repo-rev = "a62a2568f1199d0e7b154eb6001afa629d31038e"
repo-url = "https://github.com/JuliaGPU/Adapt.jl.git"
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
version = "2.0.0"

Expand Down Expand Up @@ -38,28 +36,20 @@ version = "0.17.18"
deps = ["Printf"]
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"

[[Distributed]]
deps = ["Random", "Serialization", "Sockets"]
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"

[[ExprTools]]
git-tree-sha1 = "6f0517056812fd6aa3af23d4b70d5325a2ae4e95"
uuid = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
version = "0.1.1"

[[GPUArrays]]
deps = ["AbstractFFTs", "Adapt", "LinearAlgebra", "Printf", "Random", "Serialization"]
git-tree-sha1 = "da6db8b5714166336222c3a3e2bbe09878f860b5"
repo-rev = "9d5c7c41432df78b6fbe8bbf821e31fc296d091d"
repo-url = "https://github.com/JuliaGPU/GPUArrays.jl.git"
git-tree-sha1 = "ae20accf251c6da038fe33cbc2c53d5af7f51344"
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
version = "3.4.1"
version = "4.0.0"

[[GPUCompiler]]
deps = ["DataStructures", "InteractiveUtils", "LLVM", "Libdl", "TimerOutputs", "UUIDs"]
git-tree-sha1 = "89e9a56cca53f3bf704902205037ba1a3d10eab5"
repo-rev = "4f4d3bbe253a92280e0084f776f7893b936560ea"
repo-url = "https://github.com/JuliaGPU/GPUCompiler.jl.git"
git-tree-sha1 = "65f7395a1245635f0c2279649fdbef09a1b0aa7b"
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
version = "0.4.0"

Expand All @@ -74,6 +64,7 @@ uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
version = "1.5.1"

[[LibGit2]]
deps = ["Printf"]
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"

[[Libdl]]
Expand Down Expand Up @@ -108,7 +99,7 @@ uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
version = "1.2.0"

[[Pkg]]
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Test", "UUIDs"]
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[[Printf]]
Expand Down Expand Up @@ -152,10 +143,6 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
deps = ["LinearAlgebra", "SparseArrays"]
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[[Test]]
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[[TimerOutputs]]
deps = ["Printf"]
git-tree-sha1 = "f458ca23ff80e46a630922c555d838303e4b9603"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ BinaryProvider = "0.3, 0.4, 0.5"
CEnum = "0.2, 0.3, 0.4"
DataStructures = "0.17"
ExprTools = "0.1"
GPUArrays = "3.4"
GPUArrays = "4.0"
GPUCompiler = "0.4"
LLVM = "1.5"
MacroTools = "0.5"
Expand Down

2 comments on commit 93416ea

@maleadt
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 created: JuliaRegistries/General/16509

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>" 93416eada5c6fb7725e6a8e598861a55fd0ac99b
git push origin v1.0.0

Please sign in to comment.