From b55a8457e181e0391e838806f18b7afd132e4b6a Mon Sep 17 00:00:00 2001 From: sgbaird Date: Sat, 11 Jun 2022 15:14:57 -0600 Subject: [PATCH 1/2] matminer>=0.7.3 instead of =0.7.3 https://github.com/txie-93/cdvae/issues/2 --- env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.yml b/env.yml index d4c8c5a37..44a0de4bb 100644 --- a/env.yml +++ b/env.yml @@ -8,7 +8,7 @@ dependencies: - autopep8 - cudatoolkit=10.2 - jupyterlab -- matminer=0.7.3 +- matminer>=0.7.3 - matplotlib - nglview - pip From d7d35ae42a44ce238c9cfe9913c4a3e803bd9ce7 Mon Sep 17 00:00:00 2001 From: sgbaird Date: Sat, 11 Jun 2022 15:21:47 -0600 Subject: [PATCH 2/2] Update env.cpu.yml --- env.cpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.cpu.yml b/env.cpu.yml index 8efed938a..f817d95d7 100644 --- a/env.cpu.yml +++ b/env.cpu.yml @@ -9,7 +9,7 @@ dependencies: - cpuonly - ipywidgets - jupyterlab -- matminer=0.7.3 +- matminer>=0.7.3 - matplotlib - nglview - pip