forked from alexberlaga/Flow-Back
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (32 loc) · 774 Bytes
/
pyproject.toml
File metadata and controls
35 lines (32 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "flow-back"
version = "0.1.0"
description = "FlowBack & FlowBack-Adjoint"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"numpy>=1.26,<2",
"torch",
"mdtraj",
"pytorch-lightning",
"rdkit>=2024",
"openmm",
"scipy",
"pandas",
"egnn-pytorch",
"sidechainnet",
"matplotlib",
"tqdm",
"joblib",
"MDAnalysis==2.8.0",
"pdbfixer @ git+https://github.com/openmm/pdbfixer.git",
"openmm @ git+https://github.com/openmm/openmmforcefields.git@main",
"scikit-learn"
]
[project.urls]
Homepage = "https://github.com/mrjoness/Flow-Back"
[tool.setuptools.packages.find]
include = ["src*"]