Skip to content

Commit 9af9d54

Browse files
authored
updates
1 parent 0176b7b commit 9af9d54

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.github/workflows/pkgtests.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ jobs:
1111
strategy:
1212
matrix:
1313
version:
14-
- '1.6'
15-
- '1.7'
1614
- '1.8'
1715
- '1.9'
18-
#- 'nightly'
16+
- '1.10'
1917
os:
2018
- ubuntu-latest
2119
- macOS-latest

.github/workflows/upstream.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
strategy:
1212
matrix:
1313
version:
14-
- '1.6'
15-
- '1.7'
1614
- '1.8'
1715
- '1.9'
16+
- '1.10'
1817
os:
1918
- ubuntu-latest
2019
- macOS-latest

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/Manifest.toml
33
/README.md
44
/dev/
5-
/.github/
65
settings.json
76
# Dependencies
87
/node_modules

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PopGen"
22
uuid = "af524d12-c74b-11e9-22a8-3b091653023f"
33
authors = ["Pavel Dimens", "Jason Selwyn"]
4-
version = "0.10.0"
4+
version = "0.10.1"
55

66
[deps]
77
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
@@ -32,9 +32,9 @@ OnlineStats = "1"
3232
PooledArrays = "1.1"
3333
PopGenCore = "0.7"
3434
Reexport = "1"
35-
StatsBase = "0.33, 0.34"
35+
StatsBase = "0.34"
3636
Term = "2"
37-
julia = "1.6, 1.7, 1.8"
37+
julia = "1.8, 1.9, 1.10"
3838

3939
[extras]
4040
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)