We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bb5c3a + f5e4f81 commit d67372aCopy full SHA for d67372a
im2deep/__init__.py
@@ -1,3 +1,3 @@
1
"""IM2Deep: Deep learning framework for peptide collisional cross section prediction."""
2
3
-__version__ = "0.1.7"
+__version__ = "0.1.8"
pyproject.toml
@@ -21,9 +21,7 @@ requires-python = ">=3.8"
21
dependencies = [
22
"click",
23
"deeplc",
24
- "deeplcretrainer",
25
"psm_utils",
26
- "tensorflow>=2.2,<2.13.0",
27
"pandas",
28
"numpy",
29
"rich"
@@ -43,7 +41,7 @@ docs = [
43
41
]
44
42
45
[project.urls]
46
-GitHub = "https://github.com/rodvrees/IM2Deep"
+GitHub = "https://github.com/CompOmics/IM2Deep"
47
CompOmics = "https://www.compomics.com"
48
49
[project.scripts]
0 commit comments