-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
35 lines (34 loc) · 872 Bytes
/
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
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "LTABSSFragmentation"
version = "0.1.0"
description = "Long time asymptotic behavior of a self-similar fragmentation equation."
authors = [
{ name = "Gaetano AGAZZOTTI", email = "[email protected]" }
]
license = { text = "MIT" }
dependencies = [
"black==24.10.0",
"click==8.1.7",
"contourpy==1.3.0",
"cycler==0.12.1",
"fonttools==4.53.1",
"kiwisolver==1.4.7",
"matplotlib==3.9.2",
"mpmath==1.3.0",
"mypy-extensions==1.0.0",
"numpy==2.1.1",
"packaging==24.1",
"pathspec==0.12.1",
"pillow==10.4.0",
"platformdirs==4.3.6",
"pyparsing==3.1.4",
"python-dateutil==2.9.0.post0",
"SciencePlots==2.1.1",
"scipy==1.14.1",
"six==1.16.0",
"sympy==1.13.3",
"tqdm==4.66.5"
]