-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (40 loc) · 949 Bytes
/
pyproject.toml
File metadata and controls
46 lines (40 loc) · 949 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
44
45
46
[project]
name = "astro-pest"
version = "0.2.0"
description = "Preprocessing Engine for Spherinator Training"
authors = [
{name = "Sebastian T. Gomez", email = "sebastian.trujillogomez@h-its.org"},
{name = "Bernd Doser", email = "bernd.doser@h-its.org"},
]
license = "Apache-2.0"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gaiaxpy>=2.1",
"h5py>=3.12",
"matplotlib>=3.10",
"pandas>=2.2",
"pyarrow>=20.0",
"pyyaml>=6.0",
"requests>=2.32",
"scikit-image>=0.25",
"scipy>=1.15",
]
[project.optional-dependencies]
dev = [
"ipykernel>=6.29",
"pytest>=8.3",
"ruff>=0.11.11",
]
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[tool.ruff]
line-length = 120
[tool.ruff.lint.mccabe]
max-complexity = 10
[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true