From cd729ea31d9da83af0540ecb349fa523987244a7 Mon Sep 17 00:00:00 2001 From: justin-a-sanders <60298590+justin-a-sanders@users.noreply.github.com> Date: Tue, 12 Mar 2024 23:59:59 -0700 Subject: [PATCH] try and match varuns versions --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"]