mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-07 08:24:26 +08:00
26 lines
413 B
YAML
26 lines
413 B
YAML
name: OpenFEforge
|
|
version: {{ environ["VERSION"] }}
|
|
company: OpenFE
|
|
license_file: ../../LICENSE
|
|
|
|
channels:
|
|
- conda-forge
|
|
|
|
write_condarc: True
|
|
keep_pkgs: True
|
|
transmute_file_type: .conda
|
|
|
|
specs:
|
|
- conda
|
|
- jupyterlab
|
|
- mamba
|
|
- notebook <7
|
|
- openfe=={{ environ["VERSION"] }}
|
|
- pip
|
|
- pytest
|
|
- pytest-xdist
|
|
- python 3.10.*
|
|
|
|
# Not building an .exe for windows or a .pkg for macOS
|
|
installer_type: sh
|