From 8aa78150a70a4b783dbdf77536d3f92d80bff7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=B6rl?= Date: Sun, 1 Sep 2024 10:14:27 +0200 Subject: [PATCH] chore: update versions --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 968fcaf..23804fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -numpy==1.23.5 -pandas==1.5.3 -xlrd==2.0.1 -scipy==1.10.1 -scikit-learn==1.2.2 -plotly \ No newline at end of file +numpy>=2.1.0 +pandas>=2.2.2 +xlrd>=2.0.1 +scipy>=1.14.0 +scikit-learn>=1.5.1 +plotly>=5.12.0