Skip to content

Commit 6b8a7a5

Browse files
authored
restrict packcages (#107)
1 parent 1d210f1 commit 6b8a7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
@pytest.mark.parametrize("backend_type", ["browser-main", "browser-worker"])
1515
def test_integration(tmp_path, tmp_path_module, free_port, backend_type):
16-
packages = ["numpy", "scipy"]
16+
packages = ["numpy<2", "scipy", "emscripten-abi==3.1.45"]
1717
packages += [PYJS_SPEC]
1818

1919
prefix = tmp_path / "env"

0 commit comments

Comments
 (0)