From 2312b03c6e94e0a816e8171b3fa5471685234cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Kami=C5=84ski?= <86363785+jrzkaminski@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:57:43 +0300 Subject: [PATCH 1/8] Updated requirements --- 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" From 482cdbf29c3497f0310a10c3c9bb6e92bae398f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Kami=C5=84ski?= <86363785+jrzkaminski@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:59:32 +0300 Subject: [PATCH 2/8] Update bamtcodecov.yml --- .github/workflows/bamtcodecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bamtcodecov.yml b/.github/workflows/bamtcodecov.yml index d5b12a3..3c08a9b 100644 --- a/.github/workflows/bamtcodecov.yml +++ b/.github/workflows/bamtcodecov.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: '3.11' - name: Update pip run: python -m pip install --upgrade pip - name: Install requirements From 4bb1abfdff08238ef438552efe9f38e50530fee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Kami=C5=84ski?= <86363785+jrzkaminski@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:01:26 +0300 Subject: [PATCH 3/8] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ffdb37..03aa50a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ gmr==1.6.2 scikit-learn>=1.2.0 scipy>=1.9.3 pyvis>=0.2.1 -pgmpy==0.1.20 +pgmpy==0.1.25 catboost>=1.0.6 joblib>=1.1.1 networkx>=3.1 From 403dc2c294205a14e4db90075e65ce50f7d48779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Kami=C5=84ski?= <86363785+jrzkaminski@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:16:29 +0300 Subject: [PATCH 4/8] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03aa50a..28e0327 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.24.2 +numpy>=2.0.0 matplotlib==3.6.2 pandas>=2.0.0 gmr==1.6.2 From 8dac7c1391d00f995179fa5f5d6721d725082801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Kami=C5=84ski?= <86363785+jrzkaminski@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:21:02 +0300 Subject: [PATCH 5/8] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28e0327..eab9374 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy>=2.0.0 matplotlib==3.6.2 -pandas>=2.0.0 +pandas==2.0.0 gmr==1.6.2 scikit-learn>=1.2.0 scipy>=1.9.3 From 02a691eeda947b1e5d5558e55021ff84d5eff5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Kami=C5=84ski?= <86363785+jrzkaminski@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:21:12 +0300 Subject: [PATCH 6/8] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eab9374..66eabeb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy>=2.0.0 matplotlib==3.6.2 -pandas==2.0.0 +pandas==2.0.3 gmr==1.6.2 scikit-learn>=1.2.0 scipy>=1.9.3 From a1beaae4dcbec91a2db5b86c94ee12018acc5608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Kami=C5=84ski?= <86363785+jrzkaminski@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:27:00 +0300 Subject: [PATCH 7/8] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66eabeb..a75012b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy>=2.0.0 +numpy>=1.26.4 matplotlib==3.6.2 pandas==2.0.3 gmr==1.6.2 From cbed6f1dbe3dc2611816982cd003e781c7e2f385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Kami=C5=84ski?= <86363785+jrzkaminski@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:28:47 +0300 Subject: [PATCH 8/8] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a75012b..74de2f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.26.4 +numpy==1.26.4 matplotlib==3.6.2 pandas==2.0.3 gmr==1.6.2