Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
requiring Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Dec 19, 2018
1 parent 1c42174 commit 62a834b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/update-backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class InstallCondaEnv extends Transaction {
}

fulfill(context: TransactionContext, onProgress: TransactionProgressHandler): Promise<any> {
const command = getCommandInActivatedCondaEnv(this.getCondaDir(), this.getCondaDir(), "conda create --name cate-env -c conda-forge python=3.6");
const command = getCommandInActivatedCondaEnv(this.getCondaDir(), this.getCondaDir(), "conda create --name cate-env -c conda-forge python=3.7");
notifyExecCommand(command, onProgress);
return spawnAsyncAndLog(command, undefined, defaultSpawnShellOption(), onProgress);
}
Expand Down

0 comments on commit 62a834b

Please sign in to comment.