Skip to content

Commit d67372a

Browse files
authored
Merge pull request #4 from compomics/update-dependencies
Remove unneeded requirements
2 parents 1bb5c3a + f5e4f81 commit d67372a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

im2deep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""IM2Deep: Deep learning framework for peptide collisional cross section prediction."""
22

3-
__version__ = "0.1.7"
3+
__version__ = "0.1.8"

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ requires-python = ">=3.8"
2121
dependencies = [
2222
"click",
2323
"deeplc",
24-
"deeplcretrainer",
2524
"psm_utils",
26-
"tensorflow>=2.2,<2.13.0",
2725
"pandas",
2826
"numpy",
2927
"rich"
@@ -43,7 +41,7 @@ docs = [
4341
]
4442

4543
[project.urls]
46-
GitHub = "https://github.com/rodvrees/IM2Deep"
44+
GitHub = "https://github.com/CompOmics/IM2Deep"
4745
CompOmics = "https://www.compomics.com"
4846

4947
[project.scripts]

0 commit comments

Comments
 (0)