-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yaml
More file actions
29 lines (27 loc) · 900 Bytes
/
environment.yaml
File metadata and controls
29 lines (27 loc) · 900 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
# =============================================================================
# BLOOM LIMS Conda Environment Definition
# =============================================================================
# Environment Name: BLOOM-local (deployment-specific names are supplied at activation time)
#
# Setup:
# conda env create -n BLOOM-local -f environment.yaml
# conda activate BLOOM-local
#
# Update existing environment:
# conda env update -f environment.yaml --prune
#
# NOTE: This project uses CONDA for environment management, NOT pip/poetry/venv.
# See pyproject.toml [tool.bloom] section for more configuration details.
# =============================================================================
name: BLOOM-local
channels:
- conda-forge
dependencies:
- parallel=20230922
- pip=23.3.1
- postgresql=16.1
- python=3.12.0
- jq
- fd-find
- rclone
- setuptools<81