From efba4e0daa208ae6ff30fb857e74c3fcad4578c7 Mon Sep 17 00:00:00 2001 From: "Johan B.W. de Vries" Date: Tue, 24 May 2022 11:43:42 +0200 Subject: [PATCH] pip fix, wasmer update --- Makefile | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d952e0f..5749492 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,6 @@ typecheck: venv/.done venv/.done: requirements.txt 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 $^ touch $@ diff --git a/requirements.txt b/requirements.txt index a9abf93..b969a61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ pytest==6.2.2 pytest-integration==0.2.2 pywasm==1.0.7 pywasm3==0.5.0 -wasmer==1.0.0 -wasmer_compiler_cranelift==1.0.0 +wasmer==1.1.0 +wasmer_compiler_cranelift==1.1.0 wasmtime==0.36.0