From b11ddb4538a97bec4fda9a5486542d233af7a971 Mon Sep 17 00:00:00 2001 From: Lester Hedges Date: Thu, 11 Jan 2024 14:44:39 +0000 Subject: [PATCH] Add pyyaml to requirements. --- environment.yaml | 1 + environment_sire.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/environment.yaml b/environment.yaml index 5b5e05f..c81d39d 100644 --- a/environment.yaml +++ b/environment.yaml @@ -13,6 +13,7 @@ dependencies: - pybind11 - pytorch - python < 3.11 + - pyyaml - torchani - xtb-python - pip: diff --git a/environment_sire.yaml b/environment_sire.yaml index 9da87cb..a0ee3e7 100644 --- a/environment_sire.yaml +++ b/environment_sire.yaml @@ -15,6 +15,7 @@ dependencies: - pybind11 - pytorch - python < 3.11 + - pyyaml - sire - torchani - xtb-python