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 1d210f1 commit 6b8a7a5Copy full SHA for 6b8a7a5
tests/test_integration.py
@@ -13,7 +13,7 @@
13
14
@pytest.mark.parametrize("backend_type", ["browser-main", "browser-worker"])
15
def test_integration(tmp_path, tmp_path_module, free_port, backend_type):
16
- packages = ["numpy", "scipy"]
+ packages = ["numpy<2", "scipy", "emscripten-abi==3.1.45"]
17
packages += [PYJS_SPEC]
18
19
prefix = tmp_path / "env"
0 commit comments