MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
144 stars 47 forks source link

Pin APSW to a relatively recent version #848

Closed bennybp closed 1 month ago

bennybp commented 1 month ago

Description

We require APSW v3.42 or newer because we use pragma to enable foreign key features in sqlite.

See https://github.com/conda-forge/qcfractal-feedstock/issues/51

Status