Skip to content

Commit 0479adc

Browse files
authored
Merge pull request #140 from JuliaGPU/vc/project
Revert "continue using require"
2 parents c66f656 + 5933058 commit 0479adc

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Project.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name = "GPUArrays"
2+
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
3+
4+
[deps]
5+
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
6+
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
7+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
9+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
10+
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
11+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
12+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

REQUIRE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
julia 0.7-alpha
22
StaticArrays
33
FFTW
4-
FillArrays

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ makedocs()
55
deploydocs(
66
repo = "github.com/JuliaGPU/GPUArrays.jl.git",
77
julia = "0.7",
8-
osname = "linux"
8+
osname = "linux",
99
# no need to build anything here, re-use output of `makedocs`
1010
deps = nothing,
1111
make = nothing,

0 commit comments

Comments
 (0)