We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa48451 + e4a733d commit 71f4a6dCopy full SHA for 71f4a6d
1 file changed
pyproject.toml
@@ -29,6 +29,10 @@ dependencies = [
29
"pathsim",
30
"numpy>=1.15,<2",
31
"scipy>=1.2",
32
+ # If a dependency ships native code that can't be installed in Pyodide,
33
+ # tag it with `; sys_platform != 'emscripten'` so a normal pip install
34
+ # still pulls it eagerly but micropip in the browser skips it. Pair
35
+ # this with a defensive re-export in `pathsim_vehicle/__init__.py`.
36
]
37
38
[project.optional-dependencies]
0 commit comments