Files
openfe/environment.yml
Alyssa Travitz 1bbe2d9299 use pandas (#1244)
* add pandas construction

* replicate current behavior, but with pandas

* removing csv writer

* fixing type check

* replicating original behavior
2025-04-23 09:23:06 -07:00

55 lines
1009 B
YAML

name: openfe_env
channels:
- conda-forge
dependencies:
- cinnabar ~=0.4.0
- click
- coverage
- duecredit<0.10
- kartograf>=1.0.0
- lomap2>=3.2.1
- networkx
- numpy<2.0.0
- openfe-analysis>=0.3.1
- openff-interchange
- openff-models>=0.0.5
- openff-nagl-base >=0.3.3
- openff-nagl-models>=0.1.2
- openff-toolkit>=0.16.2
- openff-units==0.2.0
- openmm >=8.0.0,!=8.1.0,<8.2.0
- openmmforcefields
- openmmtools >=0.24.1
- packaging
- pandas
- perses>=0.10.3
- plugcli
- pint<0.22
- pip
- pooch
- py3dmol
- pydantic >=1.10.17
- pygraphviz
- pytest
- pytest-xdist
- pytest-cov
- pytest-regressions
- pytest-rerunfailures
- pydantic >=1.10.17
- pyyaml
- rdkit
- tqdm
- typing-extensions
- zstandard
# Issue #443
- pymbar>4.0
# docs
- autodoc-pydantic<2.0
- pydata-sphinx-theme
- sphinx-click
- sphinx-toolbox
# Control blas/openmp threads
- threadpoolctl
- pip:
- git+https://github.com/OpenFreeEnergy/gufe@main