20 lines
384 B
TOML
20 lines
384 B
TOML
[tool.poetry]
|
|
name = "investment-simulator"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Harry Stuart <hj.stuart0003@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
numpy = "^2.0.0"
|
|
transitions = "^0.9.1"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
ipykernel = "^6.29.4"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|