mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-07 00:04:24 +08:00
* Let's use python 3.12 on the docker image * try installing the rdkit version I want to test * free up diskspace * include source * Apply suggestion from @atravitz * fix indent --------- Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com>
16 lines
239 B
YAML
16 lines
239 B
YAML
name: openfe_env
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
# Issues with 11.8 on lilac
|
|
- cudatoolkit==11.7
|
|
- jupyterlab
|
|
- notebook
|
|
- openfe
|
|
- pip
|
|
- py3dmol
|
|
- pytest
|
|
- pytest-xdist
|
|
- python==3.12.*
|
|
- rdkit==2025.09.1
|