We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64a878 commit 2c34557Copy full SHA for 2c34557
.github/workflows/CI.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
version:
16
- - '1.0'
+ - 'lts'
17
- '1'
18
- 'nightly'
19
os:
Project.toml
@@ -1,6 +1,6 @@
1
name = "AbstractFFTs"
2
uuid = "621f4979-c628-5d54-868e-fcf4e3e8185c"
3
-version = "1.5.0"
+version = "1.6.0-dev"
4
5
[deps]
6
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -20,11 +20,11 @@ Aqua = "0.8"
20
ChainRulesCore = "1"
21
ChainRulesTestUtils = "1"
22
FiniteDifferences = "0.12"
23
-LinearAlgebra = "<0.0.1, 1"
24
-Random = "<0.0.1, 1"
25
-Test = "<0.0.1, 1"
+LinearAlgebra = "1"
+Random = "1"
+Test = "1"
26
Unitful = "1"
27
-julia = "^1.0"
+julia = "1.10"
28
29
[extras]
30
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
0 commit comments