Skip to content

Commit

Permalink
Add memray max version (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
abajpai15 authored Apr 11, 2024
1 parent 2f8d326 commit f6a25ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6a25ff

Please sign in to comment.