pip fix, wasmer update

This commit is contained in:
Johan B.W. de Vries 2022-05-24 11:43:42 +02:00
parent 865eccd719
commit efba4e0daa
2 changed files with 3 additions and 3 deletions

View File

@ -29,6 +29,6 @@ typecheck: venv/.done
venv/.done: requirements.txt venv/.done: requirements.txt
python3.8 -m venv venv python3.8 -m venv venv
venv/bin/python3 -m pip install wheel venv/bin/python3 -m pip install wheel pip --upgrade
venv/bin/python3 -m pip install -r $^ venv/bin/python3 -m pip install -r $^
touch $@ touch $@

View File

@ -4,6 +4,6 @@ pytest==6.2.2
pytest-integration==0.2.2 pytest-integration==0.2.2
pywasm==1.0.7 pywasm==1.0.7
pywasm3==0.5.0 pywasm3==0.5.0
wasmer==1.0.0 wasmer==1.1.0
wasmer_compiler_cranelift==1.0.0 wasmer_compiler_cranelift==1.1.0
wasmtime==0.36.0 wasmtime==0.36.0