Skip to content

Commit ab487c3

Browse files
committed
install all supported requirements
1 parent 209135c commit ab487c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chempy",
33
"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
44
"features": {},
5-
"postCreateCommand": "pip install -e '.[testing]'",
5+
"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]'",
66
"customizations": {
77
"vscode": {
88
"extensions": [

0 commit comments

Comments
 (0)