Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kescobo committed Dec 30, 2020
1 parent cfb497f commit 1e12fa9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,23 @@ version = "0.7.0"

[deps]
AxisIndices = "f52c9ee2-1b1c-4fd8-8546-6350938c7f11"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
EcoBase = "a58aae7d-b440-5a11-b283-399458f99aac"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
NamedDims = "356022a1-0364-5f58-8944-0da4b18d706f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
AxisIndices = "0.7"
Dictionaries = "0.3"
Distances = "0.10"
EcoBase = "0.1"
MultivariateStats = "0.7, 0.8"
StatsBase = "0.32, 0.33"
NamedDims = "0.2"
Tables = "1.2.1"
julia = "1.1"

[extras]
Expand Down
10 changes: 4 additions & 6 deletions src/Microbiome.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,14 @@ export ginisimpson,
pcoa

using Statistics
using StatsBase
using Tables
using Dictionaries
using SparseArrays
using EcoBase
using Distances
using MultivariateStats
using AxisIndices
using NamedDims
using Dictionaries
using NamedDims
using Tables
using Distances
using MultivariateStats

import Dictionaries: set!, unset!, insert!, delete!

Expand Down

2 comments on commit 1e12fa9

@kescobo
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/27094

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.0 -m "<description of version>" 1e12fa971894af3f70e71c6a71750e49172d043c
git push origin v0.7.0

Please sign in to comment.