Skip to content

Commit 9978410

Browse files
Minor release: no more julia v1.5
1 parent bd15def commit 9978410

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version:
22-
- '1.5'
2322
- '1.6'
2423
- '1.7'
2524
- 'nightly'

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MultiscaleGraphSignalTransforms"
22
uuid = "cc44fc10-d0fb-5545-af72-ba1cb661a341"
33
authors = ["Naoki Saito <saito@math.ucdavis.edu>", "Yiqun Shao <shaoyiqun1992@gmail.com>", "Haotian Li <htsli@ucdavis.edu>"]
4-
version = "1.6.8"
4+
version = "1.7.0"
55

66
[deps]
77
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
@@ -41,7 +41,7 @@ QuadGK = "2.4.1"
4141
Reexport = "1.0.0"
4242
SimpleWeightedGraphs = "1.1.1"
4343
StatsBase = "0.33.6"
44-
julia = "1.5, 1.6, 1.7"
44+
julia = "1.6, 1.7"
4545

4646
[extras]
4747
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)