From 39da5113e63aab1cb451b79582f9fe92fc3e1345 Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Sat, 7 Oct 2023 02:29:28 -0400 Subject: [PATCH] Update environment.yaml --- docker/environment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/environment.yaml b/docker/environment.yaml index 80a3b51..31ecce4 100644 --- a/docker/environment.yaml +++ b/docker/environment.yaml @@ -1,12 +1,13 @@ name: p4env channels: + - conda-forge/label/libint_dev - conda-forge - nodefaults dependencies: # don't edit python version below. it's controlled by edit https://github.com/psi4/psi4meta/blob/master/.github/workflows/Docker.yml#L17 - python=3.8 - psi4 - - conda-forge/label/libint_dev::libint + - libint - pytest-xdist - dftd3-python