From 770cad56d02639fe72d84422fbae129fe2f1f12e Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 14 Apr 2025 15:00:45 +0200 Subject: [PATCH 1/5] Add missing packages to pyproject Note: I installed them via conda --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c1bfbac..4116b57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,8 @@ dependencies = [ 'scvi-tools >= 0.15.4', 'seaborn >= 0.11.2', 'statsmodels >= 0.14.3', + 'tokenizers == 0.21.1, + 'regex == 2024.11.6', # 'doubletdetection >= 4.2' ] requires-python = ">=3.9" From fcbd6ea58bc2337a2f27a571a9408560306ab892 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 14 Apr 2025 15:01:14 +0200 Subject: [PATCH 2/5] typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4116b57..c57b19c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ 'scvi-tools >= 0.15.4', 'seaborn >= 0.11.2', 'statsmodels >= 0.14.3', - 'tokenizers == 0.21.1, + 'tokenizers == 0.21.1', 'regex == 2024.11.6', # 'doubletdetection >= 4.2' ] From 7d46ac3e0bd387b8fefb575cbec9aa0fc06ea7d0 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 14 Apr 2025 15:07:23 +0200 Subject: [PATCH 3/5] missing lib --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c57b19c..6c042be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ 'statsmodels >= 0.14.3', 'tokenizers == 0.21.1', 'regex == 2024.11.6', + 'scikit-misc==0.5.1, # 'doubletdetection >= 4.2' ] requires-python = ">=3.9" From 1dce7f85f13d5dd00c66bfc7ee75a9c007cd3ddd Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 14 Apr 2025 15:09:15 +0200 Subject: [PATCH 4/5] typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c042be..2e72780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ 'statsmodels >= 0.14.3', 'tokenizers == 0.21.1', 'regex == 2024.11.6', - 'scikit-misc==0.5.1, + 'scikit-misc==0.5.1', # 'doubletdetection >= 4.2' ] requires-python = ">=3.9" From 8e9f54d3a7884ce59017ea134151b81dc5bb8259 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 14 Apr 2025 15:48:52 +0200 Subject: [PATCH 5/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e72780..1b43dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ 'scvi-tools >= 0.15.4', 'seaborn >= 0.11.2', 'statsmodels >= 0.14.3', - 'tokenizers == 0.21.1', + 'tokenizers == 0.14', 'regex == 2024.11.6', 'scikit-misc==0.5.1', # 'doubletdetection >= 4.2'