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 39566ad commit 8c30debCopy full SHA for 8c30deb
.github/workflows/CompatHelper.yml
@@ -21,5 +21,6 @@ jobs:
21
- name: CompatHelper.main
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
+ COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
25
JULIA_DEBUG: CompatHelper
26
run: julia -e 'using CompatHelper; CompatHelper.main()'
Project.toml
@@ -19,7 +19,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
20
[compat]
-AbstractFFTs = "0.5"
+AbstractFFTs = "0.5, 1.0"
ArrayLayouts = "0.4"
BinaryProvider = "0.5"
DSP = "0.6"
0 commit comments