mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-06 07:25:00 +08:00
* Update gpu-runner.yaml * test on a g4dn.xlarge @ 53 cents an hour * testing on a p2.xlarge @ 90 cents an hour * Update gpu-runner.yaml * Update gpu-runner.yaml * update AMI to correct region (still the 'Deep Learning Base OSS Nvidia Driver GPU AMI' AMI) * fix default shell, yolo that there is no syntax issues * use the _REAL_ correct default shell * Add a timeout of 12 hrs instead of the default 6 * Added oe toolkit + espaloma_charge to GPU env for testing * fix channel name * got a download error on the cudatoolkit shim which we don't want anyway --------- Co-authored-by: Mike Henry <11765982+mikemhenry@users.noreply.github.com>
48 lines
839 B
YAML
48 lines
839 B
YAML
name: openfe_env
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- duecredit<0.10
|
|
- kartograf>=1.0.0
|
|
- lomap2>=3.0.0
|
|
- numpy
|
|
- networkx
|
|
- rdkit
|
|
- packaging
|
|
- pip
|
|
- pytest
|
|
- pytest-xdist
|
|
- pytest-cov
|
|
- pytest-rerunfailures
|
|
- pydantic >=1.10.17
|
|
- pyyaml
|
|
- coverage
|
|
- cinnabar ~=0.4.0
|
|
- openff-toolkit>=0.13.0
|
|
- openff-nagl-base >=0.3.3
|
|
- openff-units==0.2.0
|
|
- pint<0.22
|
|
- openff-models>=0.0.5
|
|
- openfe-analysis>=0.2.0
|
|
- click
|
|
- typing-extensions
|
|
- openmm >=8.0.0,!=8.1.0
|
|
- openmmtools
|
|
- openmmforcefields
|
|
- perses
|
|
- pooch
|
|
- py3dmol
|
|
- plugcli
|
|
- tqdm
|
|
- pygraphviz
|
|
# Issue #443
|
|
- pymbar<4.0
|
|
# docs
|
|
- autodoc-pydantic<2.0
|
|
- pydata-sphinx-theme
|
|
- sphinx-click
|
|
- pip:
|
|
- sphinx-toolbox
|
|
- openff-nagl-models>=0.1.2
|
|
- git+https://github.com/OpenFreeEnergy/gufe@main
|