Skip to content

Commit

Permalink
Change default python to 3.11
Browse files Browse the repository at this point in the history
Changed the default python version to 3.11 from 3.11 after now having
merged GH-280.
  • Loading branch information
TimothyWillard committed Oct 18, 2024
1 parent 96df05a commit cbcfff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/create_environment_yml.R
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cbcfff2

Please sign in to comment.