From f46629a74aa8066989527b1d30da9759ac07bf9c Mon Sep 17 00:00:00 2001 From: Ronan Lamy Date: Mon, 4 Jan 2021 20:37:41 +0000 Subject: [PATCH] TST: Add HPy to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2526842fa24b..bb2de0018e42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ requires = [ "setuptools<49.2.0", "wheel<=0.35.1", "Cython>=0.29.21,<3.0", # Note: keep in sync with tools/cythonize.py + "hpy.devel @ git+https://github.com/hpyproject/hpy.git@8e20b89116c2993188157c09a6070a64f8efbd82#egg=hpy.devel" ]