Skip to content

Commit

Permalink
Merge pull request #4 from compomics/update-dependencies
Browse files Browse the repository at this point in the history
Remove unneeded requirements
  • Loading branch information
rodvrees authored Jul 30, 2024
2 parents 1bb5c3a + f5e4f81 commit d67372a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion im2deep/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""IM2Deep: Deep learning framework for peptide collisional cross section prediction."""

__version__ = "0.1.7"
__version__ = "0.1.8"
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ requires-python = ">=3.8"
dependencies = [
"click",
"deeplc",
"deeplcretrainer",
"psm_utils",
"tensorflow>=2.2,<2.13.0",
"pandas",
"numpy",
"rich"
Expand All @@ -43,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]
Expand Down

0 comments on commit d67372a

Please sign in to comment.