Closed ConnectedSystems closed 3 years ago
Sorry, spoke too soon. The environment file still specifies fenics
and mshr
.
Not sure how best to handle this. For local development, it's okay - I just comment out those packages from environment.yml
.
For distribution, apparently we can define platform-specific dependencies...
Superseded by changes in #6
Minor fix.
Local generation of docs work with no issues, but hit an python version mismatch error on
pip install -e .
. The specified version range was too constraining.