-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathtest_env.yaml
More file actions
53 lines (52 loc) · 1.06 KB
/
Copy pathtest_env.yaml
File metadata and controls
53 lines (52 loc) · 1.06 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
name: openff-toolkit-test
channels:
- conda-forge
dependencies:
# Base depends
- python
- packaging
- numpy
- networkx
- cachetools
- xmltodict
- python-constraint
- openmm >=7.6
- openff-forcefields >=2023.05.1
- openff-units
- openff-amber-ff-ports
- openff-utilities >=0.1.5
- openff-interchange-base >=0.5
- openff-nagl-base >=0.4.0
- openff-nagl-models >=0.3.0
# Toolkit-specific
- ambertools >=22
# rdkit 2024.03.6 and 2024.09.1 packages fail when run natively on osx-arm64 macs
# https://github.com/rdkit/rdkit/issues/7583
- rdkit !=2024.03.6,!=2024.09.1
- openeye::openeye-toolkits
# Test-only/optional/dev/typing
- pytest
- pytest-cov
- pytest-xdist
- pytest-rerunfailures
- pytest-timeout
- pyyaml
- toml
- bson
- msgpack-python
- pydantic =2
- qcelemental
- qcportal >=0.50
- qcengine
- nglview
- mdtraj
- nbval
- pip:
- mypy ==2
- types-setuptools
- types-toml
- types-PyYAML
- types-networkx
- types-xmltodict
- types-cachetools
- mongo-types