From 196e4a1d7ac206828702fba70fd561e6b9ed636f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Kami=C5=84ski?= <86363785+jrzkaminski@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:07:34 +0300 Subject: [PATCH] Updated requirements (#116) * Updated requirements * Update bamtcodecov.yml * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fab78d1..72c9c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,17 +22,17 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.9,<3.11" +python = ">=3.9,<3.12" setuptools = "65.6.3" numpy = ">=1.24.2" matplotlib = "3.6.2" -pandas = "2.0.3" +pandas = ">=2.0.3" gmr = "1.6.2" scikit-learn = "^1.2.0" scipy = "^1.8.0" pyvis = ">=0.2.1" missingno = "^0.5.1" -pgmpy = "0.1.20" +pgmpy = ">=0.1.25" thegolem = ">=0.3.3" xgboost = ">=1.7.6" catboost = ">=1.0.6"