Skip to content

Commit ad3426f

Browse files
authored
relaxes compat bounds
1 parent 6787b58 commit ad3426f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = ["Gregory L. Wagner <wagner.greg@gmail.com>", "Navid C. Constantinou <
66
description = "Tools for solving partial differential equations on periodic domains using Fourier-based pseudospectral methods."
77
documentation = "https://fourierflows.github.io/FourierFlows.jl/dev/"
88
repository = "https://github.com/FourierFlows/FourierFlows.jl"
9-
version = "0.4.0"
10-
versions = ["0.0.1", "0.0.2", "0.1.0", "0.1.1", "0.1.2", "0.1.3", "0.2.0", "0.2.1", "0.2.2", "0.3.0", "0.3.1", "0.3.2", "0.4.0"]
9+
version = "0.4.1"
10+
versions = ["0.0.1", "0.0.2", "0.1.0", "0.1.1", "0.1.2", "0.1.3", "0.2.0", "0.2.1", "0.2.2", "0.3.0", "0.3.1", "0.3.2", "0.4.0", "0.4.1"]
1111

1212
[deps]
1313
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -23,15 +23,15 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
2323
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2424

2525
[compat]
26-
AbstractFFTs = "^0.5.0"
26+
AbstractFFTs = "^0.5"
2727
CUDAapi = "^2"
28-
CuArrays = "^1.6.0"
28+
CuArrays = "^1.6"
2929
FFTW = "<1.2"
30-
Interpolations = "^0.12.0"
31-
JLD2 = "^0.1.2"
32-
Reexport = "^0.2.0"
30+
Interpolations = "^0.12"
31+
JLD2 = "^0.1"
32+
Reexport = "^0.2"
3333
Requires = "^1"
34-
julia = "^1.0.0"
34+
julia = "^1"
3535

3636
[extras]
3737
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"

0 commit comments

Comments
 (0)