Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JuliaMath/NFFT.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Jun 15, 2024
2 parents 69b938f + 3d56eef commit a9a76f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v3
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand All @@ -53,15 +53,15 @@ jobs:
env:
JULIA_NUM_THREADS: ${{ matrix.threads }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: lcov.info
docs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- name: Install subpackages
Expand Down
4 changes: 2 additions & 2 deletions CuNFFT/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CuNFFT"
uuid = "a9291f20-7f4c-4d50-b30d-4e07b13252e1"
author = ["Tobias Knopp <tobias@knoppweb.de>"]
version = "0.3.6"
version = "0.3.7"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -15,6 +15,6 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
julia = "1.6"
AbstractFFTs = "1.0"
AbstractNFFTs = "0.8"
CUDA = "1.3.3, 2.3, 3.1, 4"
CUDA = "1.3.3, 2.3, 3.1, 4, 5"
NFFT = "0.13"
Reexport = "1.0"

0 comments on commit a9a76f7

Please sign in to comment.