mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 14:14:22 +08:00
* Updated CHANGELOG for 1.11.0 * add PR links * update release prep template * fix code formatting * Updated CHANGELOG for 1.11.0 * update example notebook tag * update comment in env
60 lines
2.0 KiB
YAML
60 lines
2.0 KiB
YAML
name: openfe_env
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- cinnabar ~=0.5.0
|
|
- click >=8.2.0
|
|
- coverage
|
|
- dask>=2025 # temporary fix for https://github.com/openforcefield/openff-units/issues/140
|
|
- duecredit<0.10
|
|
- kartograf>=1.2.0
|
|
- konnektor~=0.2.0
|
|
- lomap2>=3.2.1
|
|
- networkx
|
|
- numpy
|
|
- openfe-analysis>=0.4.0 # min pin https://github.com/OpenFreeEnergy/openfe/issues/1834#issuecomment-3920079481, no max to check issues with new versions
|
|
- openff-interchange-base >=0.5.0,!= 0.5.1 # https://github.com/openforcefield/openff-interchange/issues/1450 and https://github.com/OpenFreeEnergy/openfe/pull/1901
|
|
- openff-nagl-base >=0.3.3
|
|
- openff-nagl-models>=0.1.2
|
|
- openff-toolkit-base >=0.16.2
|
|
- openff-units==0.3.1 # https://github.com/OpenFreeEnergy/openfe/pull/1374
|
|
- openmm ~=8.4.0 # omit 8.3.0 and 8.3.1 due to https://github.com/openmm/openmm/pull/5069
|
|
- openmmforcefields >=0.15.1 # min needed for https://github.com/openmm/openmmforcefields/pull/414
|
|
- openmmtools >=0.26 # fix to support membrane barostat: https://github.com/choderalab/openmmtools/pull/798
|
|
- packaging
|
|
- pandas
|
|
- parmed >=4.3.1 # fix to support numpy >=2.3: https://github.com/ParmEd/ParmEd/pull/1387
|
|
- perses>=0.10.3
|
|
- plugcli
|
|
- pint>=0.24.0
|
|
- pip
|
|
- pooch >= 1.9.0 # min needed for https://github.com/fatiando/pooch/issues/502
|
|
- py3dmol
|
|
- pydantic >= 2.0.0, <2.12.0 # https://github.com/openforcefield/openff-interchange/issues/1346
|
|
- pygraphviz
|
|
- pytest
|
|
- pytest-xdist
|
|
- pytest-cov
|
|
- pytest-regressions
|
|
- pytest-rerunfailures
|
|
- pyyaml
|
|
- rdkit
|
|
- rich
|
|
- tqdm
|
|
- typing-extensions
|
|
- zstandard
|
|
# Issue #443
|
|
- pymbar>4.0
|
|
# docs
|
|
- autodoc-pydantic>=2.0
|
|
- pydata-sphinx-theme
|
|
- sphinx-click
|
|
- sphinx-toolbox
|
|
# Control blas/openmp threads
|
|
- threadpoolctl
|
|
- pip:
|
|
- git+https://github.com/OpenFreeEnergy/gufe@main
|
|
- run_constrained:
|
|
# drop this pin when handled upstream in espaloma-feedstock
|
|
- smirnoff99frosst>=1.1.0.1 #https://github.com/openforcefield/smirnoff99Frosst/issues/109
|