Skip to content

Commit

Permalink
try and match varuns versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-a-sanders committed Mar 13, 2024
1 parent ebcb01d commit cd729ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ requires-python = ">=3.8"
dependencies = [
"appdirs",
"click",
"depthcharge-ms>=0.2.0<0.3.0",
"depthcharge-ms=0.1.0",
"natsort",
"numpy",
"pandas",
"psutil",
"PyGithub",
"pytorch-lightning>=1.7,<2.0",
"pytorch-lightning=1.8.6",
"PyYAML",
"requests",
"scikit-learn",
"spectrum_utils",
"tensorboard",
"torch>=1.9",
"torch==2.2.0",
"tqdm",
]
dynamic = ["version"]
Expand Down

0 comments on commit cd729ea

Please sign in to comment.