pinokiod 5.3.1 → 5.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,6 +79,7 @@ class Conda {
79
79
  await fs.promises.writeFile(this.kernel.path('condarc'), `channels:
80
80
  - conda-forge
81
81
  - defaults
82
+ channel_priority: flexible
82
83
  create_default_packages:
83
84
  - python=3.10
84
85
  envs_dirs:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {