forked from conda/constructor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstruct.yaml
More file actions
44 lines (42 loc) · 974 Bytes
/
Copy pathconstruct.yaml
File metadata and controls
44 lines (42 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# yaml-language-server: $schema=../../constructor/data/construct.schema.json
"$schema": "../../constructor/data/construct.schema.json"
name: ExtraEnvs
version: 1.0.0
installer_type: all
channels:
- https://conda.anaconda.org/conda-forge
specs:
- python=3.9
- conda # conda is required for extra_envs
- miniforge_console_shortcut # [win]
exclude: # [unix]
- tk # [unix]
extra_envs:
py310:
specs:
- python=3.10
- pip
channels:
- conda-forge
channels_remap:
- src: https://conda.anaconda.org/conda-forge
dest: conda-forge
exclude:
- setuptools
dav1d:
environment_file: dav1d_env.yaml
post_install: test_install.sh # [unix]
post_install: test_install.bat # [win]
build_outputs:
- info.json
- pkgs_list
- pkgs_list:
env: py310
- lockfile
- lockfile:
env: py310
- licenses:
include_text: True
text_errors: replace
initialize_by_default: false
register_python: False