From c5d836ee95cd833c32d78d78fe9419d4581cc96c Mon Sep 17 00:00:00 2001 From: Ralf Gabriels Date: Tue, 30 Jul 2024 13:34:53 +0200 Subject: [PATCH 1/3] Remove unneeded requirements --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4aa2f8f..2eb2f6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,9 +21,7 @@ requires-python = ">=3.8" dependencies = [ "click", "deeplc", - "deeplcretrainer", "psm_utils", - "tensorflow>=2.2,<2.13.0", "pandas", "numpy", "rich" From fb2a9afbecae2a97584f76841f720efe9ce10af4 Mon Sep 17 00:00:00 2001 From: Ralf Gabriels Date: Tue, 30 Jul 2024 13:37:41 +0200 Subject: [PATCH 2/3] Version bump --- im2deep/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/im2deep/__init__.py b/im2deep/__init__.py index 63bc290..69d4a9c 100644 --- a/im2deep/__init__.py +++ b/im2deep/__init__.py @@ -1,3 +1,3 @@ """IM2Deep: Deep learning framework for peptide collisional cross section prediction.""" -__version__ = "0.1.7" +__version__ = "0.1.8" From f5e4f81f4b217dbe8bc2b3bee0f02663b63803fb Mon Sep 17 00:00:00 2001 From: Ralf Gabriels Date: Tue, 30 Jul 2024 13:38:30 +0200 Subject: [PATCH 3/3] Update project URL --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2eb2f6f..73541a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ docs = [ ] [project.urls] -GitHub = "https://github.com/rodvrees/IM2Deep" +GitHub = "https://github.com/CompOmics/IM2Deep" CompOmics = "https://www.compomics.com" [project.scripts]