Skip to content

Commit

Permalink
Fix python requirements for snakeviz (version 2.2.2 requires python >…
Browse files Browse the repository at this point in the history
…= 3.9)
  • Loading branch information
mengdaming committed Dec 2, 2024
1 parent 45d8c4d commit bfb124d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ mypy == 0.971; python_version < '3.7'
mypy == 1.4.1; python_version in '3.7'
mypy == 1.13.0; python_version >= '3.8'
yappi == 1.6.10
snakeviz == 2.2.2
snakeviz == 2.2.1; python_version < '3.9'
snakeviz == 2.2.2; python_version >= '3.9'

0 comments on commit bfb124d

Please sign in to comment.