sandialabs / pyapprox

Flexible and efficient tools for high-dimensional approximation, scientific machine learning and uncertainty quantification.
https://sandialabs.github.io/pyapprox/
MIT License
50 stars 13 forks source link

Package restructure #5

Closed ConnectedSystems closed 3 years ago

ConnectedSystems commented 3 years ago

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.

ConnectedSystems commented 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...

https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#preprocessing-selectors

ConnectedSystems commented 3 years ago

Superseded by changes in #6