File tree 4 files changed +5
-9
lines changed
4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
version :
14
- - ' 1.6'
15
- - ' 1.7'
16
14
- ' 1.8'
17
15
- ' 1.9'
18
- # - 'nightly '
16
+ - ' 1.10 '
19
17
os :
20
18
- ubuntu-latest
21
19
- macOS-latest
Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
version :
14
- - ' 1.6'
15
- - ' 1.7'
16
14
- ' 1.8'
17
15
- ' 1.9'
16
+ - ' 1.10'
18
17
os :
19
18
- ubuntu-latest
20
19
- macOS-latest
Original file line number Diff line number Diff line change 2
2
/Manifest.toml
3
3
/README.md
4
4
/dev /
5
- /.github /
6
5
settings.json
7
6
# Dependencies
8
7
/node_modules
Original file line number Diff line number Diff line change 1
1
name = " PopGen"
2
2
uuid = " af524d12-c74b-11e9-22a8-3b091653023f"
3
3
authors = [" Pavel Dimens" , " Jason Selwyn" ]
4
- version = " 0.10.0 "
4
+ version = " 0.10.1 "
5
5
6
6
[deps ]
7
7
Clustering = " aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
@@ -32,9 +32,9 @@ OnlineStats = "1"
32
32
PooledArrays = " 1.1"
33
33
PopGenCore = " 0.7"
34
34
Reexport = " 1"
35
- StatsBase = " 0.33, 0. 34"
35
+ StatsBase = " 0.34"
36
36
Term = " 2"
37
- julia = " 1.6 , 1.7 , 1.8 "
37
+ julia = " 1.8 , 1.9 , 1.10 "
38
38
39
39
[extras ]
40
40
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
You can’t perform that action at this time.
0 commit comments