mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 14:14:22 +08:00
* add pandas construction * replicate current behavior, but with pandas * removing csv writer * fixing type check * replicating original behavior
55 lines
1009 B
YAML
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
|