Skip to content

Commit

Permalink
Merge pull request #197 from compomics/fix/deeplc-pin
Browse files Browse the repository at this point in the history
Pin DeepLC version to <3.1, avoiding calibration bug
  • Loading branch information
RalfG authored Oct 1, 2024
2 parents 4df5740 + 0873dd4 commit 71d42c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"cascade-config>=0.4.0",
"click>=7",
"customtkinter>=5,<6",
"deeplc>=3.1",
"deeplc>=3.0,<3.1",
"deeplcretrainer",
"im2deep>=0.1.3",
"jinja2>=3",
Expand Down

0 comments on commit 71d42c3

Please sign in to comment.