Skip to content

Commit 6389f12

Browse files
github-actions[bot]CompatHelper Juliasethaxen
authored
CompatHelper: bump compat for Turing in [weakdeps] to 0.41, (keep existing compat) (#271)
* CompatHelper: bump compat for Turing in [weakdeps] to 0.41, (keep existing compat) * Bump Optimization lower bound 3.22 removed some type-piracy that seems to interfere with precompilation * Revert "Bump Optimization lower bound" This reverts commit 351f019. * Bump DynamicPPL compat * Increment patch number * Don't force latest compatible version on Downgrade workflow * Remove accidentally re-added downgrade code * Increment patch number --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Seth Axen <[email protected]>
1 parent d02a005 commit 6389f12

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,7 @@ jobs:
6161
version: ${{ matrix.version }}
6262
- uses: julia-actions/cache@v2
6363
- uses: julia-actions/julia-buildpkg@v1
64-
- name: Instantiate docs project
65-
run: |
66-
using Pkg; Pkg.instantiate()
67-
shell: julia --color=yes {0}
68-
env:
69-
JULIA_PROJECT: docs
70-
if: ${{ matrix.downgrade }}
7164
- uses: julia-actions/julia-docdeploy@v1
72-
with:
73-
install-package: ${{ !matrix.downgrade }}
7465
env:
7566
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7667
DOCUMENTER_KEY: ${{ matrix.version == '1' && secrets.DOCUMENTER_KEY || '' }}

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Pathfinder"
22
uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454"
3-
version = "0.9.23"
3+
version = "0.9.24"
44
authors = ["Seth Axen <[email protected]> and contributors"]
55

66
[deps]
@@ -41,7 +41,7 @@ ADTypes = "0.2.5, 1"
4141
Accessors = "0.1.12"
4242
Distributions = "0.25.87"
4343
DynamicHMC = "3.4.0"
44-
DynamicPPL = "0.25.2, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34, 0.35, 0.36, 0.37"
44+
DynamicPPL = "0.25.2, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38"
4545
Folds = "0.2.9"
4646
ForwardDiff = "0.10.26, 1"
4747
IrrationalConstants = "0.1.1, 0.2"
@@ -63,7 +63,7 @@ SciMLBase = "2.30"
6363
Statistics = "1"
6464
StatsBase = "0.33.17, 0.34"
6565
Transducers = "0.4.81"
66-
Turing = "0.31.4, 0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38, 0.39, 0.40"
66+
Turing = "0.31.4, 0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38, 0.39, 0.40, 0.41"
6767
julia = "1.10"
6868

6969
[extras]

0 commit comments

Comments
 (0)