Skip to content

Commit 6c7cc37

Browse files
committed
Add requirements.txt
1 parent 29a7769 commit 6c7cc37

File tree

3 files changed

+3054
-0
lines changed

3 files changed

+3054
-0
lines changed

pyproject.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[project]
2+
name = "Variational-Doob"
3+
description = " Lagrangian formulation of Doob's h-transform allowing for an efficient rare event sampling ."
4+
readme = "README.md"
5+
version = "1.0.0"
6+
requires-python = ">=3.11"
7+
dependencies = [
8+
"openmm==8.1.1",
9+
"mdtraj==1.10.0",
10+
"tqdm>=4.66.5",
11+
"matplotlib>=3.9.2",
12+
"scipy==1.12.0",
13+
"scikit-image>=0.24.0",
14+
"openpathsampling>=1.6.1",
15+
"jax==0.4.23",
16+
"jaxlib==0.4.23",
17+
"flax==0.8.3",
18+
"notebook>=7.2.2",
19+
"pot>=0.9.4",
20+
"dmff",
21+
"rdkit==2024.3.5",
22+
"ParmEd==4.2.2",
23+
]
24+
25+
[tool.uv.sources]
26+
dmff = { git = "https://github.com/deepmodeling/DMFF", tag = "v1.0.0" }
27+

0 commit comments

Comments
 (0)