From ec07716a1c09794ca4199549f24749c45795a4c5 Mon Sep 17 00:00:00 2001 From: Shing Chan Date: Wed, 6 Sep 2023 16:48:51 +0100 Subject: [PATCH] setup.py: drop memray as no supp win (cause trouble in gh actions) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 17b77ce..d1c5b97 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,6 @@ def get_string(string, rel_path="src/actipy/__init__.py"): "tomli", "pytest", "joblib", - "memray", ], "docs": [ "sphinx>=4.2",