Files
openfe/production/environment.yml
Mike Henry 80cbc22f0c Update docker image to use python 3.12 and rdkit==2025.09.1 (#1611)
* 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>
2025-10-23 14:56:34 -07:00

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