Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRestivo committed Nov 15, 2022
1 parent 2bcf75c commit 78b1421
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,16 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
ArgCheck = "2"
AutoHashEquals = "0.2"
BenchmarkTools = "1"
ColorSchemes = "3.19"
CSV = "0.8"
Combinatorics = "1"
DataFrames = "1"
DataStructures = "0.18"
Dierckx = "0.5"
Distributions = "0.25"
FileIO = "1"
HypothesisTests = "0.10"
Interpolations = "0.14"
IterTools = "1"
JLD = "0.13"
KeywordDispatch = "0.3"
Expand Down

2 comments on commit 78b1421

@AntoineRestivo
Copy link
Collaborator 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/72262

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 v1.0.2 -m "<description of version>" 78b142162091bbcd339cd302467a5bcd5157366d
git push origin v1.0.2

Please sign in to comment.