Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/fb-196' into openeye-decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Sep 28, 2023
2 parents 2871c0a + 13f584c commit 38124b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
11 changes: 4 additions & 7 deletions devtools/conda-envs/no_openeye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ dependencies:
- rdkit >=22
- ambertools >=22
- openff-utilities
- openff-toolkit-base >=0.14.3
- openff-interchange >=0.3.11
- openff-toolkit-base
- openff-qcsubmit ==0.5.0
- openmm >=7.6.0

# Optional
- forcebalance
- openff-fragmenter-base >=0.2.1
- forcebalance >=1.9.6
- openff-fragmenter-base
- xtb-python

### Bespoke dependencies
Expand All @@ -38,7 +37,7 @@ dependencies:
- qcelemental >=0.25.1
- qcengine >=0.25
- chemper
- geometric >=1
- geometric =1
- torsiondrive
- pymbar

Expand All @@ -61,5 +60,3 @@ dependencies:
- codecov
- requests-mock

- importlib-metadata >=4

12 changes: 3 additions & 9 deletions devtools/conda-envs/test-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@ dependencies:
- click-option-group
- rdkit
- openff-utilities
- openff-toolkit-base >=0.11,<0.14
- openff-forcefields
- openff-interchange
- openff-units
- openff-toolkit-base
- openff-qcsubmit ==0.5.0
- openmm >=7.6.0

# Optional
- forcebalance
- openff-fragmenter-base >=0.2.1
- forcebalance >=1.9.6
- openff-fragmenter-base
- xtb-python
- openeye-toolkits

Expand Down Expand Up @@ -63,6 +60,3 @@ dependencies:
- pytest-celery
- codecov
- requests-mock

- importlib-metadata >=4
- importlib_metadata >=4
2 changes: 0 additions & 2 deletions openff/bespokefit/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,10 @@ def clear_force_balance_caches():
OE_TOOLKIT_CACHE_molecule_conformers,
RDK_TOOLKIT_CACHE_find_smarts_matches,
RDK_TOOLKIT_CACHE_molecule_conformers,
TOOLKIT_CACHE_ChemicalEnvironment_validate,
)

OE_TOOLKIT_CACHE_find_smarts_matches.clear()
RDK_TOOLKIT_CACHE_find_smarts_matches.clear()
TOOLKIT_CACHE_ChemicalEnvironment_validate.clear()
OE_TOOLKIT_CACHE_assign_partial_charges.clear()
AT_TOOLKIT_CACHE_assign_partial_charges.clear()
OE_TOOLKIT_CACHE_molecule_conformers.clear()
Expand Down

0 comments on commit 38124b6

Please sign in to comment.