Skip to content

Commit

Permalink
release 0.5.6 to move to numpyro 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Fleischhacker committed Jan 15, 2025
1 parent 40ae88b commit 1ded91a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Imports:
rstudioapi (>= 0.11),
lifecycle (>= 1.0.2),
reticulate (>= 1.30)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Suggests:
knitr,
covr,
Expand Down
8 changes: 4 additions & 4 deletions R/install_causact_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ install_causact_deps <-
envname = "r-causact"
## lock in package versions that are
## guaranteed to work together with python 3.11
packages = c("numpyro[cpu]==0.13.2",
"arviz==0.16.1",
"pandas==2.1.3",
"scipy==1.12")
packages = c("numpyro[cpu]==0.16.1",
"arviz==0.20.0",
"pandas==2.2.2",
"scipy==1.13.1")
python_version = "3.11"
pip = TRUE
new_env = TRUE
Expand Down
1 change: 1 addition & 0 deletions causact.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: f9d97023-61eb-4fc6-acb2-f5a4aab4bcc8

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down

0 comments on commit 1ded91a

Please sign in to comment.