Skip to content

Commit

Permalink
updates toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Sep 19, 2019
1 parent 9e25e98 commit 9276b42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
22 changes: 10 additions & 12 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ version = "3.1.0"

[[CUDAnative]]
deps = ["Adapt", "CUDAapi", "CUDAdrv", "DataStructures", "InteractiveUtils", "LLVM", "Libdl", "Logging", "Printf", "TimerOutputs"]
git-tree-sha1 = "0a00bef482b7c9127495c7f4a2a85e73b13b5af8"
git-tree-sha1 = "52ae1ce10ebfa686e227655c47b19add89308623"
uuid = "be33ccc6-a3ff-5ff2-a52e-74243cff1e17"
version = "2.3.0"
version = "2.3.1"

[[CodecZlib]]
deps = ["BinaryProvider", "Libdl", "TranscodingStreams"]
Expand Down Expand Up @@ -153,23 +153,21 @@ version = "0.6.1"

[[FourierFlows]]
deps = ["CUDAapi", "Coverage", "CuArrays", "FFTW", "Interpolations", "JLD2", "LinearAlgebra", "Printf", "Random", "Reexport", "Requires", "Statistics"]
git-tree-sha1 = "60d0e58e32fcd19d4ceef13626c48f63887a2329"
repo-rev = "master"
repo-url = "https://github.com/FourierFlows/FourierFlows.jl.git"
git-tree-sha1 = "153b295514c016e30b300b9e65b0615061976166"
uuid = "2aec4490-903f-5c70-9b11-9bed06a700e1"
version = "0.3.1"
version = "0.3.2"

[[GPUArrays]]
deps = ["Adapt", "FFTW", "FillArrays", "LinearAlgebra", "Printf", "Random", "Serialization", "StaticArrays", "Test"]
git-tree-sha1 = "dd169c636d1d3656a9faca772f5bd7c226a61254"
git-tree-sha1 = "b5009ac44b141ded5e6f04c4db83807970f56e91"
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
version = "1.0.1"
version = "1.0.2"

[[HTTP]]
deps = ["Base64", "Dates", "IniFile", "MbedTLS", "Sockets"]
git-tree-sha1 = "c4a527dba1d26add0e85946e1a53f42a1b343acc"
git-tree-sha1 = "f1e1b417a34cf73a70cbed919915bf8f8bad1806"
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
version = "0.8.5"
version = "0.8.6"

[[IniFile]]
deps = ["Test"]
Expand Down Expand Up @@ -201,9 +199,9 @@ version = "0.21.0"

[[LLVM]]
deps = ["CEnum", "Libdl", "Printf", "Unicode"]
git-tree-sha1 = "52cfea426bd248a427aace7d88eb5d45b84ea297"
git-tree-sha1 = "4a05f742837779a00bd8c9a18da6817367c4245d"
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
version = "1.2.0"
version = "1.3.0"

[[LaTeXStrings]]
deps = ["Compat"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
FFTW = "≥ 0.2.4"
FourierFlows = "≥ 0.3.1"
FourierFlows = "≥ 0.3.2"
JLD2 = "≥ 0.1.2"
julia = "≥ 1.0.0"

Expand Down

0 comments on commit 9276b42

Please sign in to comment.