diff --git a/build/create_environment_yml.R b/build/create_environment_yml.R index 86e866fd6..ea19324a4 100644 --- a/build/create_environment_yml.R +++ b/build/create_environment_yml.R @@ -37,7 +37,7 @@ new_environment_yml <- c( "- r", "- dnachun", "dependencies:", - "- python=3.10", + "- python=3.11", "- pip", "- r-base>=4.3", "- pyarrow=17.0.0",