diff --git a/pyproject.toml b/pyproject.toml index 3f5d27e3..cbb6f190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]