We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209135c commit ab487c3Copy full SHA for ab487c3
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
2
"name": "chempy",
3
"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
4
"features": {},
5
- "postCreateCommand": "pip install -e '.[testing]'",
+ "postCreateCommand": "sudo apt-get install --no-install-recommends -y libsundials-dev libgsl-dev libboost-dev && env PYCVODES_NO_KLU=1 PYCVODES_NO_LAPACK=1 pip install -e '.[all]'",
6
"customizations": {
7
"vscode": {
8
"extensions": [
0 commit comments