-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
42 lines (39 loc) · 1.18 KB
/
pyproject.toml
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
[project]
name = "material-hasher"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [{ name = "vict0rsch", email = "[email protected]" },
{ name = "msiron-entalpic", email = "[email protected]" },
{ name = "amandinerossello", email = "[email protected]" },
{ name = "Ramlaoui", email = "[email protected]" },
{ name = "etdufay", email = "[email protected]" },
]
requires-python = ">=3.10"
dependencies = [
"pymatgen>=2024.11.13",
"structuregraph-helpers>=0.0.9",
"fairchem-core==1.4.0",
"torch_geometric>=2.4.0",
"average-minimum-distance>=1.5.3",
"datasets>=3.2.0",
"moyopy>=0.2.3",
"pip>=24.3.1",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"ipython>=8.29.0",
"pre-commit>=4.0.1",
"ruff>=0.8.0",
"shibuya>=2024.10.15",
"sphinx-autoapi>=3.3.2",
"sphinx-autodoc-typehints>=2.5.0",
"sphinx-code-include>=1.4.0",
"sphinx-copybutton>=0.5.2",
"sphinx-design>=0.6.1",
"sphinx-math-dollar>=1.2.1",
"sphinxawesome-theme>=5.3.2",
]