Skip to content

Commit

Permalink
deps: use genjax from gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed May 29, 2024
1 parent 214254a commit ab2523a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ numpy = "^1.26.4"
jax = "^0.4.25"
penzai = "^0.1.1"
jaxlib = "^0.4.28"
nbclient = "^0.10.0"

[tool.poetry.group.dev.dependencies]
seaborn = "^0.13.2"
Expand All @@ -25,7 +26,9 @@ bokeh = "^3.4.1"
pythreejs = "^2.4.2"
ipykernel = "^6.29.4"
watchfiles = "^0.21.0"
genjax = {git = "git@github.com:probcomp/genjax.git", branch = "main"}
genjax = {version = "0.3.1.post258.dev0+b103dee7", source = "gcp"}
jupyter-client = "^8.6.2"
nbformat = "^5.10.4"


[[tool.poetry.source]]
Expand Down

0 comments on commit ab2523a

Please sign in to comment.