Skip to content

Commit 10076bf

Browse files
committed
REQUIRE -> Project.toml
1 parent f6a3140 commit 10076bf

File tree

2 files changed

+26
-10
lines changed

2 files changed

+26
-10
lines changed

Project.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "FastTransforms"
2+
uuid = "057dd010-8810-581a-b7be-e3fc3b93f78c"
3+
4+
[deps]
5+
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
6+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
7+
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
8+
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
9+
HierarchicalMatrices = "7c893195-952b-5c83-bb6e-be12f22eed51"
10+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11+
LowRankApprox = "898213cb-b102-5a47-900c-97e73b919f73"
12+
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
13+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
14+
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
15+
16+
[compat]
17+
AbstractFFTs = "≥ 0.3.1"
18+
Compat = "≥ 0.17.0"
19+
DSP = "≥ 0.4.0"
20+
FFTW = "≥ 0.0.4"
21+
HierarchicalMatrices = "≥ 0.1.1"
22+
LowRankApprox = "≥ 0.1.1"
23+
ProgressMeter = "≥ 0.3.4"
24+
SpecialFunctions = "≥ 0.3.4"
25+
ToeplitzMatrices = "≥ 0.4.0"
26+
julia = "0.7, 1"

REQUIRE

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)