Skip to content

Commit

Permalink
restrict packcages (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Sep 6, 2024
1 parent 1d210f1 commit 6b8a7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

prefix = tmp_path / "env"
Expand Down

0 comments on commit 6b8a7a5

Please sign in to comment.