Skip to content

Commit

Permalink
Fix project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kshedden committed Sep 4, 2024
1 parent 5a192dc commit f4c5d3e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.10.3"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand All @@ -17,8 +17,11 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Arpack = "0.3, 0.4, 0.5"
Distributions = "0.25"
StableRNGs = "1"
Statistics = "1"
StatsAPI = "^1.3"
StatsBase = "^0.33"
StatsBase = "^0.33, 0.34"
julia = "1.1"

[extras]
Expand Down

0 comments on commit f4c5d3e

Please sign in to comment.