From b043708ddfa12dd4f99236b9d326e6075afaa3bd Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Wed, 4 Jan 2023 13:33:12 +0200 Subject: [PATCH 1/8] Upgrade to Gensim 4.3.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b1a3f2b0..02e3c1d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ click = "8.1.*" click-log = "*" joblib = "1.2.*" nltk = "*" -gensim = "4.2.*" +gensim = "4.3.*" scikit-learn = "1.1.1" scipy = "1.8.*" rdflib = ">=4.2,<7.0" From f6e76b7709c59c54e18f116cdd120a14aa6ddcfd Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Wed, 4 Jan 2023 13:33:51 +0200 Subject: [PATCH 2/8] Upgrade to Scikit-learn 1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02e3c1d73..abce813c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ click-log = "*" joblib = "1.2.*" nltk = "*" gensim = "4.3.*" -scikit-learn = "1.1.1" +scikit-learn = "1.2.0" scipy = "1.8.*" rdflib = ">=4.2,<7.0" gunicorn = "*" From a4902bc23573f125f2c72188db2b24ba567c14c7 Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Wed, 4 Jan 2023 13:34:22 +0200 Subject: [PATCH 3/8] Upgrade to SciPy 1.9.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abce813c0..0ca31c5a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ joblib = "1.2.*" nltk = "*" gensim = "4.3.*" scikit-learn = "1.2.0" -scipy = "1.8.*" +scipy = "1.9.*" rdflib = ">=4.2,<7.0" gunicorn = "*" numpy = "1.23.*" From ea3e4d0d2dfbfd157c24fa2ad080125812e0651e Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Wed, 4 Jan 2023 13:34:58 +0200 Subject: [PATCH 4/8] Upgrade to NumPy 1.24.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ca31c5a0..83dfed5a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ scikit-learn = "1.2.0" scipy = "1.9.*" rdflib = ">=4.2,<7.0" gunicorn = "*" -numpy = "1.23.*" +numpy = "1.24.*" optuna = "2.10.*" stwfsapy = "0.3.*" python-dateutil = "*" From 203ebb777db2fb25d3c27d4780b467bb4cdd5f48 Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Wed, 4 Jan 2023 13:35:21 +0200 Subject: [PATCH 5/8] Upgrade to lmdb 1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83dfed5a7..58c5f0e74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ simplemma = "0.9.*" fasttext-wheel = {version = "0.9.2", optional = true} voikko = {version = "*", optional = true} tensorflow-cpu = {version = "2.11.*", optional = true} -lmdb = {version = "1.3.0", optional = true} +lmdb = {version = "1.4.0", optional = true} omikuji = {version = "0.5.*", optional = true} yake = {version = "0.4.5", optional = true} spacy = {version = "3.3.*", optional = true} From d604734151033c69f24b4044b420c43ef2177a67 Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Wed, 4 Jan 2023 13:35:45 +0200 Subject: [PATCH 6/8] Upgrade to SpaCy 3.4.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58c5f0e74..5590e869e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tensorflow-cpu = {version = "2.11.*", optional = true} lmdb = {version = "1.4.0", optional = true} omikuji = {version = "0.5.*", optional = true} yake = {version = "0.4.5", optional = true} -spacy = {version = "3.3.*", optional = true} +spacy = {version = "3.4.*", optional = true} [tool.poetry.dev-dependencies] py = "*" From d95546075744b18709332a9776a394232df8050b Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Wed, 4 Jan 2023 14:05:25 +0200 Subject: [PATCH 7/8] Drop coverage from direct dependencies to unpin it Pinning was necessary due to issue #565, coverage v6.4 should have the underlying problem fixed --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5590e869e..2cccccaaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,6 @@ py = "*" pytest = "*" requests = "*" codecov = "*" -coverage = "<=6.2" pytest-cov = "*" pytest-watch = "*" pytest-flask = "*" From 40704eb46999aa1a5eee2e7a5c8ea3e617a728d5 Mon Sep 17 00:00:00 2001 From: Juho Inkinen Date: Thu, 5 Jan 2023 11:03:37 +0200 Subject: [PATCH 8/8] Upgrade to SciPy 1.10.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cccccaaa..186a11de6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ joblib = "1.2.*" nltk = "*" gensim = "4.3.*" scikit-learn = "1.2.0" -scipy = "1.9.*" +scipy = "1.10.*" rdflib = ">=4.2,<7.0" gunicorn = "*" numpy = "1.24.*"