-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
58 lines (55 loc) · 1.33 KB
/
pyproject.toml
File metadata and controls
58 lines (55 loc) · 1.33 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[project]
name = "battery-rangers"
version = "0.1.0"
description = "A repository for molecule machine learning for batteries."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"accelerate>=1.5.1",
"cairosvg>=2.7.1",
"docker>=7.1.0",
"fastparquet>=2024.11.0",
"fcd-torch>=1.0.7",
"jupyter>=1.1.1",
"lets-plot>=4.6.2",
"marimo[lsp]>=0.13.1",
"mlxtend>=0.23.4",
"molscore>=1.9.3",
"networkx>=3.4.2",
"numpy>=2.2.2",
"openpyxl>=3.1.5",
"pre-commit>=4.1.0",
"pylint>=3.3.3",
"pymatgen>=2025.1.23",
"pyscf>=2.8.0",
"pytest>=8.3.4",
"python-lsp-server>=1.12.2",
"pytorch-lightning>=2.5.0.post0",
"rdkit>=2025.3.5",
"scikit-learn>=1.6.1",
"scikit-optimize>=0.10.2",
"seaborn>=0.13.2",
"selfies>=2.2.0",
"tbparse>=0.0.9",
"tensorboard>=2.19.0",
"toml>=0.10.2",
"torch>=2.8.0",
"torchvision>=0.23.0",
"upsetplot>=0.9.0",
"vtk>=9.4.1",
"wandb>=0.19.8",
"xgboost>=2.1.3",
"reinvent",
"anndata>=0.12.3",
"more-itertools>=10.8.0",
"msgspec>=0.19.0",
]
[[tool.uv.index]]
name = "pytorch-cu124"
url = "https://download.pytorch.org/whl/cu124"
explicit = true
[tool.uv.sources]
reinvent = { path = "modules/REINVENT4", editable = true }
[tool.ty.rules]
unresolved-import = "ignore"
unresolved-attribute = "ignore"