mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 22:34:24 +08:00
* Install numpy 2, openmm 8.2 * import openff-models from gufe * update installer to use our dev build * match google colab * match what we are doing on main * add news blurb
28 lines
535 B
YAML
28 lines
535 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 needs to match https://github.com/googlecolab/backend-info/blob/main/os-info.txt
|
|
# until colab pushes a fix
|
|
- python 3.11.12
|
|
|
|
# Not building an .exe for windows or a .pkg for macOS
|
|
installer_type: sh
|