From 454b9f749ea62d13e1bca731207d43d7c6ccd67e Mon Sep 17 00:00:00 2001 From: marvinfriede <51965259+marvinfriede@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:21:52 +0100 Subject: [PATCH] Version restrictions --- environment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yaml b/environment.yaml index 7c9e9b3..d742e5b 100644 --- a/environment.yaml +++ b/environment.yaml @@ -21,7 +21,7 @@ channels: - conda-forge - pytorch dependencies: - - numpy - - pytorch + - python>=3.8 + - pytorch>=1.11.0 - pip: - - tad-mctc + - tad-mctc>=0.0.2