forked from cstarkjp/Langevin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
69 lines (58 loc) · 1.84 KB
/
Copy pathpyproject.toml
File metadata and controls
69 lines (58 loc) · 1.84 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
59
60
61
62
63
64
65
66
67
68
69
#
# Configuration file for meson-python wrapper around Meson build system.
#
[build-system]
build-backend = "mesonpy"
requires = ["meson-python", "wheel", "pybind11", "ninja", "numpy"]
[project]
name = 'langevin'
version = '2025.12.8a1'
# dynamic = ["version"]
description = 'Tools to integrate Langevin equations for directed-percolation and absorbing phase transition models'
readme = 'README.md'
requires-python = '>=3.12'
dependencies = [
"pybind11",
"numpy",
"jupyter",
"ipython",
"matplotlib",
"pandas",
"tqdm",
"ffmpeg-python"
]
authors = [
{name = 'Colin P. Stark', email = 'cstarkjp@gmail.com'},
]
keywords = [
'directed percolation',
'Langevin equation',
'operator splitting',
'stochastic differential equations',
'phase transition'
]
# Development Status :: 2 - Pre-Alpha
# Development Status :: 3 - Alpha
# Development Status :: 4 - Beta
# Development Status :: 5 - Production/Stable
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Topic :: Scientific/Engineering :: Physics",
"Intended Audience :: Science/Research",
"Programming Language :: C++",
"Programming Language :: Python :: 3",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows"
]
[project.urls]
homepage = "https://cstarkjp.github.io/Langevin"
repository = "https://github.com/cstarkjp/Langevin"
documentation = "https://cstarkjp.github.io/Langevin"
# "Bug Tracker" = "https://github.com/cstarkjp/Langevin"
### https://docs.astral.sh/uv/concepts/configuration-files/
[[tool.uv.index]]
url = "https://pypi.org/simple"
default = true
# uv pip install mkdocstrings mkdocstrings-python python-markdown-math mdx_gh_links black ruff mkdoxy markdown-captions mkdocs-material mkdocs-bootswatch mkdocs-caption