Skip to content

Commit

Permalink
Update msprime to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed Jan 22, 2024
1 parent 88066e5 commit 5ce212f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tspop <- NULL
# define slendr's required Python dependencies and compose an environment name
# that will be used specifically for them
PYTHON_ENV <-
c("msprime==1.2.0", "tskit==0.5.6", "pyslim==1.0.4", "tspop==0.0.2") %>%
c("msprime==1.3.0", "tskit==0.5.6", "pyslim==1.0.4", "tspop==0.0.2") %>%
gsub("==", "-", .) %>%
paste(collapse = "_") %>%
paste0("Python-3.11_", .)
Expand Down

0 comments on commit 5ce212f

Please sign in to comment.