@pipcook/boa
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@pipcook/boa", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Use Python modules seamlessly in Node.js", | ||
@@ -50,3 +50,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "1bbe8f553f0c2b821bde78efb9a6a8f20ddf0b77" | ||
"gitHead": "8c9bb62d0916a76ee275088124d3c6c102652d83" | ||
} |
@@ -16,3 +16,3 @@ 'use strict'; | ||
const CONDA_LOCAL_PATH = initAndGetCondaPath(); | ||
let condaDownloadName = 'Miniconda3-latest'; | ||
let condaDownloadName = 'Miniconda3-4.7.12.1'; | ||
@@ -19,0 +19,0 @@ if (PLATFORM === 'linux') { |
2164560