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 bd15def commit 9978410Copy full SHA for 9978410
.github/workflows/CI.yml
@@ -19,7 +19,6 @@ jobs:
19
fail-fast: false
20
matrix:
21
version:
22
- - '1.5'
23
- '1.6'
24
- '1.7'
25
- 'nightly'
Project.toml
@@ -1,7 +1,7 @@
1
name = "MultiscaleGraphSignalTransforms"
2
uuid = "cc44fc10-d0fb-5545-af72-ba1cb661a341"
3
authors = ["Naoki Saito <saito@math.ucdavis.edu>", "Yiqun Shao <shaoyiqun1992@gmail.com>", "Haotian Li <htsli@ucdavis.edu>"]
4
-version = "1.6.8"
+version = "1.7.0"
5
6
[deps]
7
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
@@ -41,7 +41,7 @@ QuadGK = "2.4.1"
41
Reexport = "1.0.0"
42
SimpleWeightedGraphs = "1.1.1"
43
StatsBase = "0.33.6"
44
-julia = "1.5, 1.6, 1.7"
+julia = "1.6, 1.7"
45
46
[extras]
47
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
0 commit comments