-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathenvironment.yml
More file actions
59 lines (59 loc) · 1.79 KB
/
environment.yml
File metadata and controls
59 lines (59 loc) · 1.79 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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.3.1
- openff-interchange-base
- 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.2.0 # omit 8.3.0 and 8.3.1 due to https://github.com/openmm/openmm/pull/5069, unpin once we've qualified 8.3.2
- openmmforcefields >=0.15.1 # min needed for https://github.com/OpenFreeEnergy/openfe/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