Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cscherrer committed Mar 21, 2021
1 parent c63fa5e commit d32e2a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SampleChainsDynamicHMC"
uuid = "6d9fd711-e8b2-4778-9c70-c1dfb499d4c4"
authors = ["Chad Scherrer <[email protected]> and contributors"]
version = "0.1.0"
version = "0.1.1"

[deps]
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
Expand All @@ -21,8 +21,8 @@ ConcreteStructs = "0.2"
DynamicHMC = "3.1"
ElasticArrays = "1.2"
LogDensityProblems = "0.10"
MappedArrays = "0.3"
NestedTuples = "0.2"
MappedArrays = "0.3,0.4"
NestedTuples = "0.2, 0.3"
Reexport = "1"
SampleChains = "0.3"
StructArrays = "0.5"
Expand Down

2 comments on commit d32e2a5

@cscherrer
Copy link
Owner 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 created: JuliaRegistries/General/32484

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.1.1 -m "<description of version>" d32e2a5bcc714426d263dd36cb40edbd9a0d2918
git push origin v0.1.1

Please sign in to comment.