generated from AFg6K7h4fhy2/AFg6K7h4fhy2-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
36 lines (29 loc) · 1.01 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
[tool.poetry]
name = "re-tdwmfc-wittmann"
version = "0.0.1"
description = "A partial replication in Python of the 2024 paper (The Demographic-Wealth model for cliodynamics) by Wittmann and Kuehn. "
authors = ["AFg6K7h4fhy2 <127630341+AFg6K7h4fhy2@users.noreply.github.com>"]
license = "Apache-2.0"
package-mode = false
readme = "README.md"
repository = "https://github.com/AFg6K7h4fhy2/Re-TDWMFC-2024"
keywords = ["cliodynamics", "python", "modeling", "mathematics", "demography", "history"]
[tool.poetry.dependencies]
python = "^3.12"
pre-commit = "^3.7.0"
[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
[tool.poetry.group.dev.dependencies]
diffrax = "^0.6.0"
jax = "^0.4.35"
jupyter = "^1.1.1"
matplotlib = "^3.9.3"
toml = "^0.10.2"
types-toml = "^0.10.8.20240310"
mypy = "^1.13.0"
[tool.poetry.urls]
"Repository Issues" = "https://github.com/AFg6K7h4fhy2/Re-TDWMFC-2024/issues"
"Author Homepage" = "https://github.com/AFg6K7h4fhy2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"