Skip to content

Commit

Permalink
Create environment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Oct 7, 2023
1 parent 5ba0d2b commit 265bc1c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker/environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: p4env
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.8 # if edit, also edit https://github.com/psi4/psi4meta/blob/master/.github/workflows/Docker.yml#L126
- psi4
- conda-forge/label/libint_dev::libint

- pytest-xdist
- dftd3-python
- dftd4-python
- toml
- gcp-correction

0 comments on commit 265bc1c

Please sign in to comment.