Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens authored Nov 26, 2024
1 parent 0176b7b commit 9af9d54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pkgtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
strategy:
matrix:
version:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
#- 'nightly'
- '1.10'
os:
- ubuntu-latest
- macOS-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
strategy:
matrix:
version:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- '1.10'
os:
- ubuntu-latest
- macOS-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/Manifest.toml
/README.md
/dev/
/.github/
settings.json
# Dependencies
/node_modules
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PopGen"
uuid = "af524d12-c74b-11e9-22a8-3b091653023f"
authors = ["Pavel Dimens", "Jason Selwyn"]
version = "0.10.0"
version = "0.10.1"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand Down Expand Up @@ -32,9 +32,9 @@ OnlineStats = "1"
PooledArrays = "1.1"
PopGenCore = "0.7"
Reexport = "1"
StatsBase = "0.33, 0.34"
StatsBase = "0.34"
Term = "2"
julia = "1.6, 1.7, 1.8"
julia = "1.8, 1.9, 1.10"

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

0 comments on commit 9af9d54

Please sign in to comment.