From d7faecedff3bcef0c358942203c1b82b50d39367 Mon Sep 17 00:00:00 2001 From: Christoph Freysoldt <freysoldt@mpie.de> Date: Sun, 12 Sep 2021 12:36:49 +0200 Subject: [PATCH] new try: torch from pip --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index c28003d..45e0ead 100644 --- a/environment.yml +++ b/environment.yml @@ -4,11 +4,11 @@ channels: - rusty1s dependencies: - python - - pytorch - pip - pip: - --find-links https://data.pyg.org/whl/torch-1.9.0+cu102.html - scikit-learn + - torch - torch-scatter - torch-sparse - torch-cluster -- GitLab