Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ docs/site/
# environment.
Manifest*.toml
!scripts/render_env/Manifest.toml
!scripts/Benchmarking/Manifest.toml

# File generated by the Preferences package to store local preferences
LocalPreferences.toml
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ FlexiChains = "0.3"
LinearAlgebra = "1.10"
PDMats = "0.11"
Random = "1.10"
Turing = "0.40"
Turing = "0.40, 0.41, 0.42"
julia = "1.10"
2 changes: 2 additions & 0 deletions scripts/Benchmarking/.CondaPkg/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SCM syntax highlighting & preventing 3-way merges
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
4 changes: 4 additions & 0 deletions scripts/Benchmarking/.CondaPkg/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# pixi environments
.pixi
*.egg-info
3,197 changes: 3,197 additions & 0 deletions scripts/Benchmarking/.CondaPkg/pixi.lock

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions scripts/Benchmarking/.CondaPkg/pixi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[dependencies]
pytensor = "*"
libstdcxx = ">=3.4,<14.0"
bambi = "*"
libstdcxx-ng = ">=3.4,<14.0"
jax = "*"

[dependencies.python]
channel = "conda-forge"
build = "*cp*"
version = ">=3.10,!=3.14.0,!=3.14.1,<4"

[project]
name = ".CondaPkg"
platforms = ["linux-64"]
channels = ["conda-forge"]
channel-priority = "strict"
description = "automatically generated by CondaPkg.jl"
4 changes: 4 additions & 0 deletions scripts/Benchmarking/CondaPkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[deps]
bambi = ""
jax = ""
pytensor = ""
Loading