-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
76 lines (70 loc) · 2.28 KB
/
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
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
70
71
72
73
74
75
76
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "sigmaepsilon.solid.fourier"
version = "2.1.0"
description = "Fourier solutions of some plate and beam bending problems in Python"
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Operating System :: OS Independent",
]
readme = "README.md"
authors = ["Bence Balogh <[email protected]>"]
maintainers = ["Bence Balogh <[email protected]>"]
license = "MIT"
keywords = [
"engineering", "fourier", "benchmark", "mechanics",
"solid mechanics", "elasticity", "mindlin", "kirchhoff", "euler",
"timoshenko", "beam", "plate", "uflyand", "bernoulli", "bensys",
"programming", "Python"
]
homepage = "https://github.com/sigma-epsilon/sigmaepsilon.solid.fourier"
repository = "https://github.com/sigma-epsilon/sigmaepsilon.solid.fourier"
documentation = "https://sigmaepsilonsolidfourier.readthedocs.io/en/latest/?badge=latest"
packages = [{ include = "sigmaepsilon", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
sigmaepsilon-deepdict = "^2.0.0"
sigmaepsilon-mesh = "^3.0.2"
sigmaepsilon-solid-material = "^1.0.2"
[tool.poetry.group.dev.dependencies]
matplotlib = "^3.8.3"
texttable = "^1.7.0"
pandas = "^2.2.0"
pyyaml = "^6.0.1"
ipykernel = "^6.29.5"
black = "^24.8.0"
xarray = "^2024.6.0"
[tool.poetry.group.test.dependencies]
coverage = "^7.4.1"
pytest = "^8.0.1"
pytest-cov = "^4.1.0"
pyyaml = "^6.0.1"
xarray = "^2024.6.0"
[tool.poetry.group.dist.dependencies]
dask = "^2024.2.0"
distributed = "^2024.2.0"
[tool.poetry.group.docs.dependencies]
ipython = "^8.21.0"
myst-parser = "^2.0.0"
nbsphinx = "^0.9.3"
sphinx-gallery = "^0.15.0"
sphinx-copybutton = "^0.5.2"
sphinxcontrib-bibtex = "^2.6.2"
nbsphinx-link = "^1.3.0"
sphinxcontrib-svg2pdfconverter = "^1.2.2"
sphinx-design = "^0.5.0"
sphinx-inline-tabs = "^2023.4.21"
pydata-sphinx-theme = "^0.15.2"
matplotlib = "^3.8.3"
setuptools = ">=65.5.1"
numpy = ">=1.22.2"
pillow = ">=10.0.1"
tornado = ">=6.3.3"
fonttools = ">=4.43.0"