Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/compomics/DeepLC
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbinBouwmeester committed Aug 25, 2024
2 parents 4aed36c + 3272d25 commit 5bdb50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ keywords = [

dependencies = [
"tensorflow>=2.15.0,<3",
"numpy>=1.17",
"numpy>=1.17,<2",
"pandas>=0.25",
"h5py>=2.10.0,<4",
"pygam>=0.8.0",
"deeplcretrainer>=1,<2",
"psm_utils>=0.2.3",
"hdf5plugin>=4.1.1",
"scipy>=1.0.0,<1.14.0"
"scipy>=1.0.0,<1.14.0"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 5bdb50f

Please sign in to comment.