-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (39 loc) · 1015 Bytes
/
pyproject.toml
File metadata and controls
43 lines (39 loc) · 1015 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
36
37
38
39
40
41
42
43
[project]
name = "ms2mol-evaluation"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Marco Visani", email = "[email protected]" },
]
requires-python = ">=3.12"
dependencies = [
"cache-decorator>=2.2.0",
"downloaders>=1.0.22",
"fiora",
"ipywidgets>=8.1.7",
"matchms>=0.31",
"matplotlib>=3.10.3",
"matplotlib-venn>=1.1.2",
"ms-entropy>=1.4.0",
"ms2deepscore>=2.6.0",
"numba>=0.61.2",
"pandarallel>=1.6.5",
"pandas>=2.3.0",
"polars>=1.31.0",
"psycopg>=3.2.10",
"pyarrow>=20.0.0",
"pymongo>=4.13.2",
"python-dotenv>=1.1.1",
"rdkit>=2024.9.5",
"scikit-fingerprints>=1.16.0",
"seaborn>=0.13.2",
"tabulate>=0.9.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = ["ipykernel>=6.29.5", "jupyterlab>=4.4.3", "ruff>=0.13.1"]
[tool.uv.sources]
fiora = { git = "https://github.com/BAMeScience/fiora" }