mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
Signed-off-by: Nikita.Ashihmin <nikita.ashihmin@jetbrains.com> GitOrigin-RevId: d2cfa776a63ab9bd629e31fd8a87a65fe7506ecd
21 lines
439 B
YAML
21 lines
439 B
YAML
# environment.yml - Comprehensive test file for dependency parsing
|
|
name: test-environment
|
|
|
|
channels:
|
|
- defaults
|
|
- conda-forge
|
|
- bioconda
|
|
- pytorch
|
|
- nvidia
|
|
- anaconda
|
|
- https://conda.anaconda.org/pyviz
|
|
|
|
# Environment variables
|
|
variables:
|
|
CUDA_HOME: /usr/local/cuda
|
|
PYTHONPATH: /custom/python/path
|
|
API_KEY: your-api-key-here
|
|
DEBUG: "1"
|
|
|
|
# Prefix for installation (optional)
|
|
prefix: /path/to/conda/envs/test-environment |