We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3cc4c4 + 91822d1 commit e893f7eCopy full SHA for e893f7e
1 file changed
pyproject.toml
@@ -29,6 +29,10 @@ dependencies = [
29
"pathsim>0.13",
30
"numpy>=1.15",
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_chem/__init__.py`.
36
]
37
38
[project.optional-dependencies]
0 commit comments