-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 903 Bytes
/
pyproject.toml
File metadata and controls
30 lines (27 loc) · 903 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
[build-system]
build-backend = "mesonpy"
requires = ["meson-python>0.15.0", "numpy >= 1.25.0"]
[project]
name = "platecurie"
version = "0.2.0"
description = "Python package for mapping Curie depth"
authors = [
{ name = "Pascal Audet", email = "pascal.audet@uottawa.ca" }
]
maintainers = [
{ name = "Pascal Audet", email = "pascal.audet@uottawa.ca" }
]
requires-python = ">=3.9"
readme = "README.md"
dependencies = ["numpy>=1.25", "pymc", "seaborn", "scikit-image"]
classifiers = [
"Development Status :: 5 - Stable",
"Environment :: Console",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering :: Physics",
]
[project.urls]
Homepage = "https://github.com/paudetseis/PlateCurie"
Documentation = "https://paudetseis.github.io/PlateCurie"
"Bug Tracker" = "https://github.com/paudetseis/PlateCurie/issues"