Skip to content

Commit a2bf43f

Browse files
committed
Update Manifest.
1 parent 1d6b62e commit a2bf43f

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

Manifest.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,6 @@ uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
4545
deps = ["Random", "Serialization", "Sockets"]
4646
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
4747

48-
[[FFTW]]
49-
deps = ["AbstractFFTs", "BinaryProvider", "Conda", "Libdl", "LinearAlgebra", "Reexport", "Test"]
50-
git-tree-sha1 = "6c5b420da0b8c12098048561b8d58f81adea506f"
51-
uuid = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
52-
version = "1.0.1"
53-
54-
[[FillArrays]]
55-
deps = ["LinearAlgebra", "Random", "SparseArrays"]
56-
git-tree-sha1 = "de38b0253ade98340fabaf220f368f6144541938"
57-
uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
58-
version = "0.7.4"
59-
6048
[[InteractiveUtils]]
6149
deps = ["Markdown"]
6250
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1010
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
1111
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1212

13+
[compat]
14+
Adapt = "0.4.1, 1.0"
15+
julia = "1.0"
16+
1317
[extras]
1418
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
1519
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
1620

1721
[targets]
1822
test = ["FFTW", "FillArrays"]
19-
20-
[compat]
21-
Adapt = "0.4.1, 1.0"
22-
julia = "1.0"

0 commit comments

Comments
 (0)