investment_simulator/pyproject.toml

22 lines
430 B
TOML
Raw Permalink Normal View History

2024-06-29 13:54:51 +10:00
[tool.poetry]
name = "investment-simulator"
version = "0.1.0"
description = ""
authors = ["Harry Stuart <hj.stuart0003@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
2024-06-29 21:21:35 +10:00
python = "^3.11"
numpy = "^2.0.0"
transitions = "^0.9.1"
2024-08-08 08:24:44 +10:00
matplotlib = "^3.9.1.post1"
2024-08-16 08:26:12 +10:00
ipympl = "^0.9.4"
2024-06-29 13:54:51 +10:00
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"