Skip to content

Commit

Permalink
Create env_linux.yaml
Browse files Browse the repository at this point in the history
updated linux installation (tested on Notre Dame cluster and Ubuntu 24.04)
  • Loading branch information
Zhaoli2042 authored Dec 12, 2024
1 parent 2f6c2d1 commit fd16938
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions env_linux.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
```
name: classy-yarp
channels:
- defaults
- conda-forge
dependencies:
- defaults::python=3.9
- defaults::pandas
- defaults::xgboost
- defaults::pip
- conda-forge::xtb
- conda-forge::openbabel
- conda-forge::crest
- conda-forge::ase
- pip:
- pysisyphus
- rdkit
- scikit-learn==1.3.2
```

0 comments on commit fd16938

Please sign in to comment.