From 80ac687ee5fd263544d51d568fa9cbe896947288 Mon Sep 17 00:00:00 2001 From: beebee0 Date: Fri, 8 Aug 2025 14:49:54 -0400 Subject: [PATCH] specify numpy version requirement --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b9e29c..e00a5e0 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ A tool for interactive Recruitment Plot generation and viewing # Requirements -- Python >= 3.9 +- Python >= 3.9, <= 3.12 - Pyrodigal >= 2.0 - Plotly -- Numpy +- Numpy < 2.0 # Installation @@ -15,7 +15,7 @@ A tool for interactive Recruitment Plot generation and viewing RecruitPlotEasy and its dependencies are installed via pip. Simply run: ```bash -pip install RecruitPlotEasy +pip install RecruitPlotEasy numpy=1.26.4 ``` # Use