Skip to content

Commit

Permalink
Upper bound Reexport.jl to fix compilation issue (#1686)
Browse files Browse the repository at this point in the history
* upper bound Reexport

* version bump

* Update Project.toml

Co-authored-by: David Widmann <devmotion@users.noreply.github.com>

Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
torfjelde and devmotion authored Aug 24, 2021
1 parent b277b01 commit 6d92e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Turing"
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
version = "0.17.1"
version = "0.17.2"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -50,7 +50,7 @@ ForwardDiff = "0.10.3"
Libtask = "0.4, 0.5.3"
MCMCChains = "4"
NamedArrays = "0.9"
Reexport = "0.2, 1"
Reexport = "0.2, ~1.0, ~1.1, =1.2.0"
Requires = "0.5, 1.0"
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1"
StatsBase = "0.32, 0.33"
Expand Down

2 comments on commit 6d92e39

@torfjelde
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 created: JuliaRegistries/General/43454

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.17.2 -m "<description of version>" 6d92e397efed075296b2ba112c60d3b7801102d7
git push origin v0.17.2

Please sign in to comment.