Skip to content

Commit 6bf3b96

Browse files
authored
Update Project.toml
Avoid using Arpack 0.5.4 to temporarily solve the `eigs()` error.
1 parent c270b3b commit 6bf3b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2525
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2626

2727
[compat]
28-
Arpack = "0.4.0, 0.5"
28+
Arpack = "0.4.0, 0.5.3"
2929
AverageShiftedHistograms = "0.8.7"
3030
Clp = "1.0.1"
3131
Clustering = "0.14.2"

0 commit comments

Comments
 (0)