From def12853ea8038c7fccddd95dabaee1a160ec688 Mon Sep 17 00:00:00 2001 From: abajpai15 <73404357+abajpai15@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:24:54 -0500 Subject: [PATCH] Add memray max version (#1132) --- .pre-commit-config.yaml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 77861b5a..e3428cd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -101,7 +101,7 @@ repos: pytest-xdist>=2.1.0, pytest-forked>=1.3.0, toolz>=0.10.0, - memray>=1.7.0, + 'memray>=1.7.0,<1.12.0', ] # Check-manifest: ensures required non-Python files are included in MANIFEST.in # https://github.com/mgedmin/check-manifest/blob/master/.pre-commit-hooks.yaml diff --git a/requirements-test.txt b/requirements-test.txt index 40f26a11..6c981cf9 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,4 +6,4 @@ pytest-cov>=2.8.1 pytest-xdist>=2.1.0 pytest-forked>=1.3.0 toolz>=0.10.0 -memray>=1.7.0 +memray>=1.7.0,<1.12.0