From 5d8cd9d4d521be6e577a9bda013a3fa3803ed114 Mon Sep 17 00:00:00 2001 From: Bouncner Date: Wed, 22 May 2024 18:48:38 +0200 Subject: [PATCH] Update requirements.txt --- python/requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 4cb071f..ce32a4c 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,12 +1,12 @@ -duckdb >= 0.5.1 -joblib >= 1.2.0 -matplotlib >= 3.5.1 -multiprocess >= 0.70.12.2 -numpy >= 1.22.2 -pandas >= 1.4.0 -pymonetdb >= 1.5.0 -psycopg2 >= 2.9.3 -PuLP >= 2.6.0 -scikit-learn >= 1.0.2 +duckdb == 0.10.3 +joblib == 1.4.2 +matplotlib == 3.9.0 +multiprocess == 0.70.16 +numpy == 1.26.4 +pandas == 2.2.2 +pymonetdb == 1.8.1 +psycopg2-binary >= 2.9.8 +PuLP == 2.8.0 +scikit-learn >= 1.5.0 #scikit-learn-intelex == 2021.5.3 # Used for fast regressions; might cause issues on the GitHub runners (requires Intel CPU) -xgboost >= 1.5.2 +xgboost == 2.0.3