Skip to content

Commit aab278c

Browse files
committed
Stop blanket re-exporting Libtask and Bijectors
1 parent 33180c5 commit aab278c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/src/api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Turing.jl directly re-exports the entire public API of the following packages:
77
- [Distributions.jl](https://juliastats.org/Distributions.jl)
88
- [MCMCChains.jl](https://turinglang.org/MCMCChains.jl)
99
- [AbstractMCMC.jl](https://turinglang.org/AbstractMCMC.jl)
10-
- [Bijectors.jl](https://turinglang.org/Bijectors.jl)
11-
- [Libtask.jl](https://github.com/TuringLang/Libtask.jl)
1210

1311
Please see the individual packages for their documentation.
1412

src/Turing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Reexport, ForwardDiff
44
using DistributionsAD, Bijectors, StatsFuns, SpecialFunctions
55
using Statistics, LinearAlgebra
66
using Libtask
7-
@reexport using Distributions, MCMCChains, Libtask, AbstractMCMC, Bijectors
7+
@reexport using Distributions, MCMCChains, AbstractMCMC
88
using Compat: pkgversion
99

1010
using AdvancedVI: AdvancedVI

0 commit comments

Comments
 (0)