Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lindemann09/ClusterPermutationTests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lindemann09 committed Aug 10, 2023
2 parents d771dc1 + aa06b17 commit ee92da0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
tags: ['*']
tags: ['v*']
pull_request:
concurrency:
# Skip intermediate builds: always.
Expand Down
8 changes: 8 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
DataAPI = "1"
HypothesisTests = "0.11"
PrettyTables = "2"
ProgressMeter = "1"
UnPack = "1"
StatsModels = "0.7"
StatsAPI = "1"
TypedTables = "1"
julia = "1"

[extras]
Expand Down

0 comments on commit ee92da0

Please sign in to comment.