Skip to content

Commit

Permalink
Upgrade dependencies with security vulnerabilities (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
bittremieux authored Dec 17, 2024
1 parent ea0a82c commit ba4a8a1
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 @@ -20,7 +20,7 @@ classifiers = [
requires-python = ">=3.8"
dependencies = [
"appdirs",
"lightning>=2.1",
"lightning>=2.4",
"click",
"depthcharge-ms>=0.2.3,<0.3.0",
"natsort",
Expand All @@ -34,7 +34,7 @@ dependencies = [
"scikit-learn",
"spectrum_utils",
"tensorboard",
"torch>=2.1",
"torch>=2.2",
"tqdm",
]
dynamic = ["version"]
Expand Down

0 comments on commit ba4a8a1

Please sign in to comment.