-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathrdkit-examples.yaml
More file actions
43 lines (43 loc) · 934 Bytes
/
Copy pathrdkit-examples.yaml
File metadata and controls
43 lines (43 loc) · 934 Bytes
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
name: rdkit-examples
channels:
- conda-forge
dependencies:
# Base depends
- python
- packaging
- numpy
- networkx
- cachetools
# https://github.com/openforcefield/openff-toolkit/issues/2150
- xmltodict <=1.0.2
- python-constraint
- openmm >=7.6
- openff-forcefields >=2023.11
- openff-amber-ff-ports >=0.0.3
- openff-units
- openff-interchange-base >=0.5
- openff-nagl-base >=0.4.0
- openff-nagl-models >=0.3.0
- typing_extensions
- nglview
# Toolkit-specific
- ambertools
# https://github.com/rdkit/rdkit/issues/7221 and https://github.com/rdkit/rdkit/issues/7583
- rdkit =2024
# Test-only/optional/dev/typing/examples
- pytest =8
- pytest-xdist
- pytest-rerunfailures
- pytest-timeout
- pyyaml
- toml
- bson
- msgpack-python
- qcelemental
- qcportal >=0.50
- qcengine
- nbval
- mdtraj
- pdbfixer
- openmmforcefields >=0.11.2
- gromacs >=2023.3