Skip to content

Commit

Permalink
Add a temporary fix for a broken tskit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed Sep 25, 2023
1 parent 166500e commit 6e5413d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/interface.R
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ setup_env <- function(quiet = FALSE, agree = FALSE, pip = NULL) {
# dependencies are defined all in one place)
versions <- PYTHON_ENV %>% gsub("-", "==", .) %>% strsplit("_") %>% .[[1]]
python_version <- gsub("Python==", "", versions[1])
package_versions <- c(versions[-1], "pandas")
package_versions <- c(versions[-1], "pandas", "jsonschema==v4.18.6")

reticulate::conda_create(envname = PYTHON_ENV, python_version = python_version)
reticulate::use_condaenv(PYTHON_ENV, required = TRUE)
Expand Down

0 comments on commit 6e5413d

Please sign in to comment.